summaryrefslogtreecommitdiff
path: root/Compose/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Compose/Makefile')
-rw-r--r--Compose/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Compose/Makefile b/Compose/Makefile
index 2fe7a00..364964f 100644
--- a/Compose/Makefile
+++ b/Compose/Makefile
@@ -9,7 +9,8 @@ DEFAULTS = \
base_greek_lang \
base_roman
-MODULES = $(notdir $(basename $(wildcard $(SRC)/*.module)))
+MODULES_SRC = $(wildcard $(SRC)/*.module))
+MODULES = $(notdir $(basename $(MODULES_SRC)))
CHECKCOMPOSE = ./check-compose.pl
@@ -38,6 +39,9 @@ XCompose%: FORCE
fi \
done
+XCompose : XCompose_base
+ cp $< $@
+
check :
@for i in XCompose*; do \
$(CHECKCOMPOSE) -q $$i || (\