summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-26 18:09:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-26 18:09:16 +0000
commit5316519a3a5f8f12bb798a70979719242cdadaf3 (patch)
tree52600d573ce0e8f6321181817cf8b8fff37b4233 /Makefile.in
parentCorrected bug per Katsutoshi Shibuya's report: (diff)
downloadrtems-5316519a3a5f8f12bb798a70979719242cdadaf3.tar.bz2
Added support for TARGET_VARIANTS.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a6e32fc830..ce950b2f65 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -56,8 +56,9 @@ endif
include $(RTEMS_ROOT)/make/main.cfg
-MTARGETS = all $(TARGET_VARIANTS:%=%_install) $(TARGET_VARIANTS:%=%_all) \
-clean_wrapup distclean clean_dirs clean_tools install tests clean depend
+MTARGETS = all install $(TARGET_VARIANTS) $(TARGET_VARIANTS:%=%_all) \
+ $(TARGET_VARIANTS:%=%_install) clean_wrapup distclean clean_dirs \
+ clean_tools install tests clean depend
.PHONY: clean_modules mlink