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/shared/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/cpu/powerpc/shared/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