Removed mkdir of libcpu. This should have been at the top of the tree.

This commit is contained in:
Joel Sherrill
1999-07-01 22:05:36 +00:00
parent 28861e8df6
commit 9519bf49aa

View File

@@ -57,7 +57,6 @@ ${PGM}: ${SRCS} ${OBJS}
$(make-rel) $(make-rel)
preinstall: preinstall:
$(MKDIR) $(PROJECT_INCLUDE)/libcpu
$(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/libcpu $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/libcpu
all: ${ARCH} $(SRCS) preinstall $(PGM) all: ${ARCH} $(SRCS) preinstall $(PGM)