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/ChangeLog | 5 +++++ c/src/exec/score/include/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'c/src/exec/score') diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog index 64fd0a00d4..1c5606a9fd 100644 --- a/c/src/exec/score/ChangeLog +++ b/c/src/exec/score/ChangeLog @@ -1,3 +1,8 @@ +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. + 2001-05-14 Till Straumann * src/threaddispatch.c, src/threadhandler.c: Per PR211 fix 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