summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/app/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/app/Makefile b/examples/app/Makefile
index d4645f08a..45c34961a 100644
--- a/examples/app/Makefile
+++ b/examples/app/Makefile
@@ -15,10 +15,10 @@ APP11=AppEng.pgf AppBul.pgf AppChi.pgf AppGer.pgf AppSwe.pgf AppHin.pgf AppFin.p
APP12=$(APP11) AppCat.pgf
# With dependencies:
-App11.pgf: $(APP)
+App11.pgf: $(APP11)
$(GFMKT) -name=App11 $(APP11) +RTS -K200M
-App12.pgf: $(APP)
- $(GFMKT) -name=App11 $(APP12) +RTS -K200M
+App12.pgf: $(APP12)
+ $(GFMKT) -name=App12 $(APP12) +RTS -K200M
# Without dependencies:
App11: