From 67459a2e6a771ab64ea403a33b0afcd0b34eda89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Teichgr=C3=A4ber?= Date: Mon, 22 Nov 2010 23:18:23 +0100 Subject: [PATCH] Makefile: hg clone peg if it is not present --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 522e616..a6e330e 100644 --- a/Makefile +++ b/Makefile @@ -43,11 +43,12 @@ LEG = ./peg/leg/leg $(LEG) $< $(LEG): + if(! test -d peg); then make peg; fi make -C peg all make -C peg/leg all peg: - + hg clone http://bitbucket.org/knieriem/peg # # access to original C source files