summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 18:11:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 18:11:36 +0000
commitbd9265df54aa02136c70dbaf5091aa338ed62205 (patch)
tree5e5692ffd70b0383347e37a2fb951ae34b6b769e /cpukit/score/include
parent2002-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-bd9265df54aa02136c70dbaf5091aa338ed62205.tar.bz2
2002-05-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Work-around to autoconf-2.53 adding PACKAGE_* to autoheaders - sed out *PACKAGE* from cpuopts-tmp.h.
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/Makefile.am b/cpukit/score/include/Makefile.am
index f04377b86b..1d5175340c 100644
--- a/cpukit/score/include/Makefile.am
+++ b/cpukit/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" >>$@