From 5316519a3a5f8f12bb798a70979719242cdadaf3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Aug 1997 18:09:16 +0000 Subject: Added support for TARGET_VARIANTS. --- Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3