summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc6xx/exceptions
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 18:16:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 18:16:59 +0000
commitf983d571ab14221f3decdd1eee36d56af45ea554 (patch)
tree22d18bbc6f3d2f17c04b8e56e17c03779c1a8bff /c/src/lib/libcpu/powerpc/mpc6xx/exceptions
parentPatch from Jay Kulpinski <jskulpin@eng01.gdds.com> to make sure (diff)
downloadrtems-f983d571ab14221f3decdd1eee36d56af45ea554.tar.bz2
Patch rtems-rc-20000104-14.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
which fixes some PowerPC specific bugs.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/mpc6xx/exceptions')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am
index cd6014353e..0bb6ba34be 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am
@@ -25,7 +25,7 @@ $(PROJECT_INCLUDE)/libcpu:
$(PROJECT_INCLUDE)/libcpu/%.h: %.h
$(INSTALL_DATA) $< $@
-TMPINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
$(PROJECT_INCLUDE)/libcpu/raw_exception.h
#
@@ -37,7 +37,7 @@ AM_CFLAGS = $(CFLAGS_OS_V)
$(PGM): $(exceptions_rel_OBJECTS)
$(make-rel)
-all-local: ${ARCH} $(PGM) $(TMPINSTALL_FILES)
+all-local: ${ARCH} $(PREINSTALL_FILES) $(PGM)
EXTRA_DIST = $(C_FILES) $(S_FILES)