From 1707a0425fae3aabfeafffc481ac70ec1363abf9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Sep 2001 13:23:34 +0000 Subject: 2001-09-23 Ralf Corsepius * shared/Makefile.am: Use 'PREINSTALL_FILES ='. --- c/src/exec/score/cpu/powerpc/ChangeLog | 4 ++++ c/src/exec/score/cpu/powerpc/shared/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src/exec') diff --git a/c/src/exec/score/cpu/powerpc/ChangeLog b/c/src/exec/score/cpu/powerpc/ChangeLog index 41eec29190..30d526006c 100644 --- a/c/src/exec/score/cpu/powerpc/ChangeLog +++ b/c/src/exec/score/cpu/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2001-09-23 Ralf Corsepius + + * shared/Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-02-04 Ralf Corsepius * Makefile.am, rtems/score/Makefile.am: diff --git a/c/src/exec/score/cpu/powerpc/shared/Makefile.am b/c/src/exec/score/cpu/powerpc/shared/Makefile.am index 0b9f5963a4..6ffa0953d7 100644 --- a/c/src/exec/score/cpu/powerpc/shared/Makefile.am +++ b/c/src/exec/score/cpu/powerpc/shared/Makefile.am @@ -13,7 +13,7 @@ include_rtems_score_HEADERS = ppc.h ppctypes.h # (OPTIONAL) Add local stuff here using += # -PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \ +PREINSTALL_FILES = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \ $(include_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) \ $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) -- cgit v1.2.3