From: ken Date: Tue, 16 Apr 2002 21:29:00 +0000 (+0000) Subject: [project @ 2002-04-16 21:29:00 by ken] X-Git-Tag: Approx_11550_changesets_converted~2145 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e0327bf79bd5e69dd4a9456c97c8c133b789e835 [project @ 2002-04-16 21:29:00 by ken] Use $(MAKE) rather than literal "make" when making happy-inplace --- diff --git a/Makefile b/Makefile index f3582f8..e5b2eb7 100644 --- a/Makefile +++ b/Makefile @@ -324,7 +324,7 @@ ifeq "$(HAPPY)" "$(FPTOOLS_TOP_ABS)/happy/src/happy-inplace" all :: $(FPTOOLS_TOP_ABS)/happy/src/happy-inplace $(FPTOOLS_TOP_ABS)/happy/src/happy-inplace : glafp-utils - cd happy && make boot all + $(MAKE) -C happy boot all endif all ::