summaryrefslogtreecommitdiff
path: root/apps/lang/lang.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/lang/lang.make')
-rw-r--r--apps/lang/lang.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/lang/lang.make b/apps/lang/lang.make
index cee2456b5d..ee01c5742a 100644
--- a/apps/lang/lang.make
+++ b/apps/lang/lang.make
@@ -42,6 +42,8 @@ $(BUILDDIR)/lang/lang.h: $(APPSDIR)/lang/$(LANGUAGE).lang $(BUILDDIR)/apps/featu
42 perl -s $(TOOLSDIR)/genlang -p=$(BUILDDIR)/lang -t=$(MODELNAME)$$feat $< 42 perl -s $(TOOLSDIR)/genlang -p=$(BUILDDIR)/lang -t=$(MODELNAME)$$feat $<
43$(BUILDDIR)/lang/lang_core.c: $(BUILDDIR)/lang/lang.h 43$(BUILDDIR)/lang/lang_core.c: $(BUILDDIR)/lang/lang.h
44 44
45$(BUILDDIR)/lang_enum.h: $(BUILDDIR)/lang/lang.h
46
45# NOTE: for some weird reasons in GNU make, multi targets rules WITH patterns actually express 47# NOTE: for some weird reasons in GNU make, multi targets rules WITH patterns actually express
46# the fact that the two files are created as the result of one invocation of the rule 48# the fact that the two files are created as the result of one invocation of the rule
47$(BUILDDIR)/%.lng $(BUILDDIR)/%.vstrings: $(ROOTDIR)/%.lang $(BUILDDIR)/apps/genlang-features 49$(BUILDDIR)/%.lng $(BUILDDIR)/%.vstrings: $(ROOTDIR)/%.lang $(BUILDDIR)/apps/genlang-features