From bd9265df54aa02136c70dbaf5091aa338ed62205 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 May 2002 18:11:36 +0000 Subject: 2002-05-03 Ralf Corsepius * include/Makefile.am: Work-around to autoconf-2.53 adding PACKAGE_* to autoheaders - sed out *PACKAGE* from cpuopts-tmp.h. --- c/src/exec/score/include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/include') diff --git a/c/src/exec/score/include/Makefile.am b/c/src/exec/score/include/Makefile.am index f04377b86b..1d5175340c 100644 --- a/c/src/exec/score/include/Makefile.am +++ b/c/src/exec/score/include/Makefile.am @@ -55,7 +55,7 @@ rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h @echo "#ifndef __CPU_OPTIONS_h" >>$@ @echo "#define __CPU_OPTIONS_h" >>$@ @echo >>$@ - @cat rtems/score/cpuopts-tmp.h >>$@ + @cat rtems/score/cpuopts-tmp.h | sed -e '/.*PACKAGE.*/d' >>$@ @echo >>$@ @echo "#endif" >>$@ -- cgit v1.2.3