X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=e5b2eb760da7a16da4fa951ec435b0c0f19b40b6;hb=1b853dc9d423bd74625fdf8f1293ce7127d43189;hp=7b7f50e7ccb0ba5d83f7d8d197bca78654562ef5;hpb=3a816ba679da47108dc1d7f15c490b5abfdc8b1f;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 7b7f50e..e5b2eb7 100644 --- a/Makefile +++ b/Makefile @@ -256,7 +256,7 @@ SRC_DIST_FILES += \ aclocal.m4 acconfig.h README Makefile Makefile.config install-sh \ mk/bootstrap.mk \ mk/boilerplate.mk mk/config.h.in mk/config.mk.in mk/opts.mk \ - mk/paths.mk mk/suffix.mk mk/target.mk + mk/paths.mk mk/package.mk mk/suffix.mk mk/target.mk dist dist-manifest dist-package :: project-check @@ -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 ::