summaryrefslogtreecommitdiff
path: root/Compose/Makefile
diff options
context:
space:
mode:
authorhans-christoph <hans-christoph@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-07-20 00:19:55 +0000
committerhans-christoph <hans-christoph@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-07-20 00:19:55 +0000
commit78642bf6afa56be447785d11076bdbc819474d1d (patch)
tree396b4bbcbdd8596adb5dda351e3c9cbb6d058024 /Compose/Makefile
parentcb4bcaf38c4d9d6205faae2c636c14de079a03a8 (diff)
downloadneo-layout-78642bf6afa56be447785d11076bdbc819474d1d.tar.gz
neo-layout-78642bf6afa56be447785d11076bdbc819474d1d.tar.bz2
neo-layout-78642bf6afa56be447785d11076bdbc819474d1d.zip
Dopplung von enUS bei 'make config' verhindern
git-svn-id: https://svn.neo-layout.org@1956 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'Compose/Makefile')
-rw-r--r--Compose/Makefile2
1 files changed, 1 insertions, 1 deletions
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.