diff -r 0ca969b84057 -r 80098c869f5e samples/samples.mk --- a/samples/samples.mk Sun Jun 15 19:25:51 2008 +0000 +++ b/samples/samples.mk Tue Aug 05 13:27:09 2008 +0000 @@ -4,7 +4,7 @@ CT_TOP_SAMPLES := $(patsubst $(CT_TOP_DIR)/samples/%/crosstool.config,%,$(wildcard $(CT_TOP_DIR)/samples/*/crosstool.config)) CT_LIB_SAMPLES := $(filter-out $(CT_TOP_SAMPLES),$(patsubst $(CT_LIB_DIR)/samples/%/crosstool.config,%,$(wildcard $(CT_LIB_DIR)/samples/*/crosstool.config))) -CT_SAMPLES := $(CT_TOP_SAMPLES) $(CT_LIB_SAMPLES) +CT_SAMPLES := $(sort $(CT_TOP_SAMPLES) $(CT_LIB_SAMPLES)) help-config:: @echo ' saveconfig - Save current config as a preconfigured target'