From 2b21dbc1b15c01b9977da2799ee45bdfe805ced9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Sep 2001 13:23:03 +0000 Subject: 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. --- c/src/exec/score/cpu/unix/ChangeLog | 4 ++++ c/src/exec/score/cpu/unix/rtems/score/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'c') diff --git a/c/src/exec/score/cpu/unix/ChangeLog b/c/src/exec/score/cpu/unix/ChangeLog index 9181467b3b..dd36746fd6 100644 --- a/c/src/exec/score/cpu/unix/ChangeLog +++ b/c/src/exec/score/cpu/unix/ChangeLog @@ -1,3 +1,7 @@ +2001-09-23 Ralf Corsepius + + * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-05-07 Ralf Corsepius * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__. diff --git a/c/src/exec/score/cpu/unix/rtems/score/Makefile.am b/c/src/exec/score/cpu/unix/rtems/score/Makefile.am index 8b76a65138..37dd8c9d6a 100644 --- a/c/src/exec/score/cpu/unix/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/unix/rtems/score/Makefile.am @@ -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) -- cgit v1.2.3