From 684eebc86aac72350dd4bbf9ec852efb64bef4af Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Sep 2001 13:24:14 +0000 Subject: 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. * Makefile.am: Use 'PREINSTALL_FILES ='. --- c/src/exec/score/cpu/hppa1.1/ChangeLog | 5 +++++ c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score/cpu/hppa1.1') diff --git a/c/src/exec/score/cpu/hppa1.1/ChangeLog b/c/src/exec/score/cpu/hppa1.1/ChangeLog index 6650b9d195..07641eba51 100644 --- a/c/src/exec/score/cpu/hppa1.1/ChangeLog +++ b/c/src/exec/score/cpu/hppa1.1/ChangeLog @@ -1,3 +1,8 @@ +2001-09-23 Ralf Corsepius + + * rtems/score/Makefile.am: Use 'CLEANFILES ='. + * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-02-04 Ralf Corsepius * Makefile.am: Remove references to PROJECT_INCLUDE. diff --git a/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am b/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am index 2a6bfd60fe..93f481ec79 100644 --- a/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am @@ -20,9 +20,9 @@ offsets.h: $(GENOFFSETS) cpu.h $(RM) $@ $(GENOFFSETS) > $@ -CLEANFILES += offsets.h +CLEANFILES = offsets.h -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ +PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) \ $(GENERIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) -- cgit v1.2.3