From e7792b2585e2010be3e409e86459bf8ec9296d50 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 1 Jul 1999 22:07:32 +0000 Subject: Cleaned up to behave properly -- does not make a directory in the install tree and does not "cd wrapup." --- c/src/lib/libcpu/powerpc/shared/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3