summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/shared/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-06 18:07:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-06 18:07:56 +0000
commit252930563d5841185d5a2b61dac9d04e49c34236 (patch)
tree10bc31fc8d4657f91b44a1d4c891027b5b69e2bc /c/src/lib/libcpu/powerpc/shared/Makefile.in
parentAdded sections as required by C++ and ELF. (diff)
downloadrtems-252930563d5841185d5a2b61dac9d04e49c34236.tar.bz2
Corrected build order so it was not as dependent on the mpc750 check.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/shared/Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/c/src/lib/libcpu/powerpc/shared/Makefile.in b/c/src/lib/libcpu/powerpc/shared/Makefile.in
index e8b1342203..d752be4daa 100644
--- a/c/src/lib/libcpu/powerpc/shared/Makefile.in
+++ b/c/src/lib/libcpu/powerpc/shared/Makefile.in
@@ -67,14 +67,10 @@ CLOBBER_ADDITIONS +=
${LIB}: ${SRCS} ${OBJS}
$(make-library)
-preinstall :
+preinstall: $(INSTALLDIRS) $(H_FILES)
$(INSTALL_CHANGE) -m 644 $(H_FILES) $(PROJECT_INCLUDE)/libcpu
all: ${ARCH} $(SRCS) preinstall $(OBJ) $(LIB)
- if [ $(RTEMS_CPU_MODEL) = "mpc750" ]; \
- then \
- cd wrapup; $(MAKE); \
- fi
# the .rel file built here will be put into libcpu.a by ../wrapup/Makefile
install: all