summaryrefslogtreecommitdiff
path: root/codepage
diff options
context:
space:
mode:
Diffstat (limited to 'codepage')
-rw-r--r--codepage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/codepage/Makefile b/codepage/Makefile
index 18a590f3..af5258aa 100644
--- a/codepage/Makefile
+++ b/codepage/Makefile
@@ -1,6 +1,6 @@
VPATH = $(SRC)
PERL = perl
-CPSRC = $(wildcard $(SRC)/*.txt)
+CPSRC = $(sort $(wildcard $(SRC)/*.txt))
CPOBJ = $(notdir $(CPSRC))
GENFILES = $(patsubst %.txt,%.cp,$(CPOBJ))