Cleaned up to behave properly -- does not make a directory in the

install tree and does not "cd wrapup."
This commit is contained in:
Joel Sherrill
1999-07-01 22:07:32 +00:00
parent 6be1238ee0
commit e7792b2585

View File

@@ -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