summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc8xx
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-27 19:45:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-27 19:45:55 +0000
commit5f4ee2ab590a6414623797d06568ad9004e2251b (patch)
tree080e1428a0c8ba22cd09e5ac8c7eb5a28303e507 /c/src/lib/libcpu/powerpc/mpc8xx
parent2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5f4ee2ab590a6414623797d06568ad9004e2251b.tar.bz2
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='. * old_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='. * mpc6xx/mmu/Makefile.am: Use 'PREINSTALL_FILES ='. * mpc6xx/clock/Makefile.am: Use 'PREINSTALL_FILES ='. * mpc6xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='. * mpc8xx/include/Makefile.am: Use 'PREINSTALL_FILES ='. * mpc8xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='. * shared/include/Makefile.am: Use 'PREINSTALL_FILES ='. * shared/src/Makefile.am: Use 'PREINSTALL_FILES ='. * shared/src/Makefile.am: Use 'CLEANFILES ='.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/mpc8xx')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/include/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am
index d79699810d..3ef944acf4 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am
@@ -31,7 +31,7 @@ $(PROJECT_INCLUDE)/libcpu/%.h: %.h
$(PGM): $(exceptions_rel_OBJECTS)
$(make-rel)
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
+PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
$(PROJECT_INCLUDE)/libcpu/raw_exception.h
all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/include/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8xx/include/Makefile.am
index cfb3e923ea..69ffa290f1 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/include/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/include/Makefile.am
@@ -9,7 +9,7 @@ include_mpc8xxdir = $(includedir)/mpc8xx
include_HEADERS = mpc8xx.h
include_mpc8xx_HEADERS = console.h cpm.h mmu.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/mpc8xx \
+PREINSTALL_FILES = $(PROJECT_INCLUDE)/mpc8xx \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
$(include_mpc8xx_HEADERS:%=$(PROJECT_INCLUDE)/mpc8xx/%)