X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fghc-pkg%2FMakefile;h=632e02c1d55be9ab20f02df4d5e0a1c81e35f807;hb=e5e6f6a16796cba5e2b6bd376481cf2cd0ba9734;hp=61e4893d400b37154c9c3c42784d5f1fd2b652f3;hpb=4d7ecf304ab398c4aed110822cd934cb6dc071e3;p=ghc-hetmet.git diff --git a/utils/ghc-pkg/Makefile b/utils/ghc-pkg/Makefile index 61e4893..632e02c 100644 --- a/utils/ghc-pkg/Makefile +++ b/utils/ghc-pkg/Makefile @@ -2,12 +2,14 @@ TOP=../.. ENABLE_SHELL_WRAPPERS = YES EXTRA_CLEAN = Version.hs +EXTRA_INPLACE_CONFIGURE_FLAGS = $(INPLACE_GHC_DATADIR_CONFIGURE_FLAGS) +EXTRA_STAGE2_CONFIGURE_FLAGS = --datasubdir=. include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/cabal.mk with-bootstrapping-compiler: Version.hs -with-stage-1: Version.hs +with-stage-2: Version.hs Version.hs: Makefile $(TOP)/mk/config.mk $(RM) -f Version.hs