Added support for TARGET_VARIANTS.

This commit is contained in:
Joel Sherrill
1997-08-26 18:09:16 +00:00
parent e63e254e4c
commit 5316519a3a

View File

@@ -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