samples/samples.mk
changeset 619 399b85eeb5be
parent 560 0ca969b84057
child 822 04a1937d5f0b
     1.1 --- a/samples/samples.mk	Sun Jun 15 19:25:51 2008 +0000
     1.2 +++ b/samples/samples.mk	Wed Jun 25 09:04:38 2008 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  CT_TOP_SAMPLES := $(patsubst $(CT_TOP_DIR)/samples/%/crosstool.config,%,$(wildcard $(CT_TOP_DIR)/samples/*/crosstool.config))
     1.5  CT_LIB_SAMPLES := $(filter-out $(CT_TOP_SAMPLES),$(patsubst $(CT_LIB_DIR)/samples/%/crosstool.config,%,$(wildcard $(CT_LIB_DIR)/samples/*/crosstool.config)))
     1.6  
     1.7 -CT_SAMPLES := $(CT_TOP_SAMPLES) $(CT_LIB_SAMPLES)
     1.8 +CT_SAMPLES := $(sort $(CT_TOP_SAMPLES) $(CT_LIB_SAMPLES))
     1.9  
    1.10  help-config::
    1.11  	@echo  '  saveconfig         - Save current config as a preconfigured target'