Remove mkdir command. It should be at the top level of the tree.

This commit is contained in:
Joel Sherrill
1999-07-01 22:05:10 +00:00
parent 7782f9fca0
commit 28861e8df6

View File

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