changeset 401:679ecc767b3d

sort package names
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 19 Jun 2009 04:47:02 +0200
parents 9ea981768842
children 09069df73740
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Jun 19 04:41:55 2009 +0200
+++ b/Makefile	Fri Jun 19 04:47:02 2009 +0200
@@ -41,7 +41,7 @@
 SHORT_PKG_VERSION = \
     $(word 1,$(subst ., ,$($(1)_VERSION))).$(word 2,$(subst ., ,$($(1)_VERSION)))
 
-PKG_RULES := $(patsubst $(TOP_DIR)/src/%.mk,%,$(wildcard $(TOP_DIR)/src/*.mk))
+PKG_RULES := $(sort $(patsubst $(TOP_DIR)/src/%.mk,%,$(wildcard $(TOP_DIR)/src/*.mk)))
 include $(TOP_DIR)/src/*.mk
 
 UNPACK_ARCHIVE = \