summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 22:05:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 22:05:36 +0000
commit9519bf49aa3b571afa2c6f58732842b8715dd3e5 (patch)
tree04f9b35e35152fee7fd5ba54048fbd435b72921d
parentRemove mkdir command. It should be at the top level of the tree. (diff)
downloadrtems-9519bf49aa3b571afa2c6f58732842b8715dd3e5.tar.bz2
Removed mkdir of libcpu. This should have been at the top of the tree.
-rw-r--r--c/src/lib/libcpu/powerpc/mpc750/mmu/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc750/mmu/Makefile.in b/c/src/lib/libcpu/powerpc/mpc750/mmu/Makefile.in
index 0e05ea4dfe..d6792aa36b 100644
--- a/c/src/lib/libcpu/powerpc/mpc750/mmu/Makefile.in
+++ b/c/src/lib/libcpu/powerpc/mpc750/mmu/Makefile.in
@@ -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)