summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-08 20:09:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-08 20:09:58 +0000
commitc3a03581619d425c92310d9bdf610e46f690a8b4 (patch)
tree51a670f656c668288fc9435f9cdc31791e12b515 /Makefile.in
parentModified to search RTEMS library before Newlib C library. (diff)
downloadrtems-c3a03581619d425c92310d9bdf610e46f690a8b4.tar.bz2
Renamed mlink to make_subdir.
Removed a junk line.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 2b50541dac..bcbdc63ff8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -60,14 +60,14 @@ MTARGETS = all install $(TARGET_VARIANTS) $(TARGET_VARIANTS:%=%_all) \
$(TARGET_VARIANTS:%=%_install) $(TARGET_VARIANTS:%=%_tests) \
clean_wrapup distclean clean_dirs clean_tools tests clean depend
-.PHONY: clean_modules mlink
+.PHONY: clean_modules make_subdir
EXIT_CMD = exit 1
# Don't pass flags from previous make - especially NOT CFLAGS
override MAKEFLAGS=
-$(MTARGETS): mlink
+$(MTARGETS): make_subdir
BASEDIR=`pwd`; \
for bsp in $(RTEMS_BSP) xxx; \
do if [ $$bsp != xxx ] ; then \
@@ -103,8 +103,7 @@ clean_modules:
rm -f src/Modules/rtems/.moduleavailcache
rm -f src/Modules/rtems/.moduleavailcachedir
-make/directory.cfg make/leaf.cfg make/lib.cfg make/main.cfg
-mlink:
+make_subdir:
if [ ! -d make ] ; then \
(cd $(srcdir)/c; tar cf - make/compilers make/custom make/os \
make/directory.cfg make/leaf.cfg make/lib.cfg make/main.cfg \