diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-10 13:39:25 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-10 13:39:25 +0000 |
commit | 6d0dd9aa562a9f96bf875b7260675609e1171b66 (patch) | |
tree | 02fe46e0d6384d23b222bf77e63e38a69133a393 /utils/ghc-pkg/Makefile | |
parent | 2de31b61d0a963803eb5632c9659c6093d74f345 (diff) | |
download | haskell-6d0dd9aa562a9f96bf875b7260675609e1171b66.tar.gz |
bindist fixes
Diffstat (limited to 'utils/ghc-pkg/Makefile')
-rw-r--r-- | utils/ghc-pkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/ghc-pkg/Makefile b/utils/ghc-pkg/Makefile index 560fa4adcf..0783d3f1b2 100644 --- a/utils/ghc-pkg/Makefile +++ b/utils/ghc-pkg/Makefile @@ -3,6 +3,7 @@ TOP=../.. ENABLE_SHELL_WRAPPERS = YES EXTRA_CLEAN = Version.hs EXTRA_INPLACE_CONFIGURE_FLAGS = $(INPLACE_GHC_DATADIR_CONFIGURE_FLAGS) +EXTRA_STAGE1_CONFIGURE_FLAGS = --datasubdir=. include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/cabal.mk |