X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=42022c9a1e54f9f83f90aafddd95c0d44177fd02;hb=cf54be43468e9f0b540268b9c3751e969703c106;hp=3781cb6bf77971c74ff26b6ead76ebae1e3d2b56;hpb=e0da731cc99c71a7c5c6abe20ede5145eda11475;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index 3781cb6..42022c9 100644 --- a/ghc.mk +++ b/ghc.mk @@ -140,9 +140,6 @@ endif include rules/all-target.mk include rules/clean-target.mk -# Helper macro -include rules/mkdep.mk - # ----------------------------------------------------------------------------- # The inplace tree @@ -824,6 +821,7 @@ $(eval $(call bindist,root1,\ $(INSTALL_LIBEXECS) \ $(INSTALL_LIBEXEC_SCRIPTS) \ $(INSTALL_TOPDIRS) \ + $(INSTALL_TOPDIR_SCRIPTS) \ $(INSTALL_BINS) \ $(INSTALL_DOCS) \ $(INSTALL_LIBRARY_DOCS) \ @@ -977,7 +975,7 @@ publish-sdist : $(call nTimes,10,$(PublishCp) $(SRC_DIST_TARBALL) $(PublishLocation)/dist) endif -ifeq "$(GhcUnregisterised)" "YES" +ifeq "$(BootingFromUnregisterisedHc)" "YES" SRC_CC_OPTS += -DNO_REGS -DUSE_MINIINTERPRETER -D__GLASGOW_HASKELL__=$(ProjectVersionInt) endif