summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 22:07:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 22:07:32 +0000
commite7792b2585e2010be3e409e86459bf8ec9296d50 (patch)
treef45bced203772810ada27ddb7c7f993852f44873 /c/src/lib/libcpu
parentNow preinstalls header files. (diff)
downloadrtems-e7792b2585e2010be3e409e86459bf8ec9296d50.tar.bz2
Cleaned up to behave properly -- does not make a directory in the
install tree and does not "cd wrapup."
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/powerpc/shared/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/shared/Makefile.in b/c/src/lib/libcpu/powerpc/shared/Makefile.in
index ef4606c603..46f9269088 100644
--- a/c/src/lib/libcpu/powerpc/shared/Makefile.in
+++ b/c/src/lib/libcpu/powerpc/shared/Makefile.in
@@ -55,11 +55,10 @@ ${LIB}: ${SRCS} ${OBJS}
$(make-library)
preinstall :
- $(MKDIR) $(PROJECT_INCLUDE)/libcpu
$(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/libcpu
all: ${ARCH} $(SRCS) preinstall $(OBJ) $(LIB)
- cd wrapup; $(MAKE)
+ # cd wrapup; $(MAKE)
# the .rel file built here will be put into libcpu.a by ../wrapup/Makefile
install: all