2001-10-16 Joel Sherrill <joel@OARcorp.com>

* include/Makefile.am: Fixed path to cpuopts-tmp.h.
This commit is contained in:
Joel Sherrill
2001-10-17 13:10:28 +00:00
parent 8670008cb1
commit f11615f156
4 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
2001-10-16 Joel Sherrill <joel@OARcorp.com>
* include/Makefile.am: Fixed path to cpuopts-tmp.h.
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/Makefile.am: Remove.

View File

@@ -56,7 +56,7 @@ rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h
@echo "#ifndef __CPU_OPTIONS_h" >>$@
@echo "#define __CPU_OPTIONS_h" >>$@
@echo >>$@
@cat cpuopts-tmp.h >>$@
@cat rtems/score/cpuopts-tmp.h >>$@
@echo >>$@
@echo "#endif" >>$@

View File

@@ -1,4 +1,8 @@
2001-10-16 Joel Sherrill <joel@OARcorp.com>
* include/Makefile.am: Fixed path to cpuopts-tmp.h.
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/Makefile.am: Remove.

View File

@@ -56,7 +56,7 @@ rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h
@echo "#ifndef __CPU_OPTIONS_h" >>$@
@echo "#define __CPU_OPTIONS_h" >>$@
@echo >>$@
@cat cpuopts-tmp.h >>$@
@cat rtems/score/cpuopts-tmp.h >>$@
@echo >>$@
@echo "#endif" >>$@