From 78642bf6afa56be447785d11076bdbc819474d1d Mon Sep 17 00:00:00 2001 From: hans-christoph Date: Mon, 20 Jul 2009 00:19:55 +0000 Subject: Dopplung von enUS bei 'make config' verhindern git-svn-id: https://svn.neo-layout.org@1956 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- Compose/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Compose/Makefile') diff --git a/Compose/Makefile b/Compose/Makefile index 7020fa9..ae7dbd2 100644 --- a/Compose/Makefile +++ b/Compose/Makefile @@ -6,7 +6,7 @@ # SRC = ./src PSEUDO_MODULES_FILES = $(SRC)/enUS.module -MODULES_FILES = $(PSEUDO_MODULES_FILES) $(wildcard $(SRC)/*.module) +MODULES_FILES = $(sort $(PSEUDO_MODULES_FILES) $(wildcard $(SRC)/*.module)) MODULES = $(notdir $(basename $(MODULES_FILES))) # Liste von Demofiles, werden bei 'make all' erzeugt. -- cgit v1.2.3