diff options
author | ken <unknown> | 2002-04-16 21:29:00 +0000 |
---|---|---|
committer | ken <unknown> | 2002-04-16 21:29:00 +0000 |
commit | e0327bf79bd5e69dd4a9456c97c8c133b789e835 (patch) | |
tree | a09b70a22f21b916fa97c93b50f387e326609bc7 /Makefile | |
parent | 025d361c91b0773e596b21f1377a218289a6a327 (diff) | |
download | haskell-e0327bf79bd5e69dd4a9456c97c8c133b789e835.tar.gz |
[project @ 2002-04-16 21:29:00 by ken]
Use $(MAKE) rather than literal "make" when making happy-inplace
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 :: |