From 718f09bc8cd3c86049081cbdd64d1542ad2bd60d Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 3 Dec 2014 12:26:55 +0000 Subject: [PATCH] examples/app/Makefile: fix dependencies and grammar name for App12.pgf --- examples/app/Makefile | 6 +++--- 1 file 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: