2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
This commit is contained in:
Joel Sherrill
2001-09-27 13:23:03 +00:00
parent de05cbb98e
commit 2b21dbc1b1
3 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.

View File

@@ -21,7 +21,7 @@ unixsize.h: $(GENSIZE) cpu.h
CLEANFILES = unixsize.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \
$(GENERIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) \
$(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)

View File

@@ -1,3 +1,7 @@
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.