summaryrefslogtreecommitdiffstats
path: root/make/main.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-14 18:29:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-14 18:29:09 +0000
commit817466c863f12d485cff985a0a67aaa1d4ca816b (patch)
tree1b929abc6e165a932066802a8d5881ea464c9667 /make/main.cfg
parentThis is a large patch from Eric Valette <valette@crf.canon.fr> that was (diff)
downloadrtems-817466c863f12d485cff985a0a67aaa1d4ca816b.tar.bz2
Patch ("FIX: MKDIR/INSTALL_VARIANT") from Ralf Corsepius
<corsepiu@faw.uni-ulm.de>: This patch removes MKDIR from RTEMS source tree and fixes another small bug in the definition of INSTALL_VARIANT (cf. to the patch itself for details, it should be self-explanatory) After applying the patch please do: cvs rm aclocal/mkdir.m4 ./autogen
Diffstat (limited to '')
-rw-r--r--make/main.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/main.cfg b/make/main.cfg
index a2599ce2ab..e74ece1c2b 100644
--- a/make/main.cfg
+++ b/make/main.cfg
@@ -67,7 +67,7 @@ RECURSE_TARGETS=all clean protos get clobber depend install \
$(TARGET_VARIANTS) $(TARGET_VARIANTS:%=%_install)
${ARCH}:
- test -d ${ARCH} || $(MKDIR) ${ARCH}
+ test -d ${ARCH} || mkdir ${ARCH}
# general purpose forcing dependency; try to use .PHONY instead