diff options
author | sewardj <unknown> | 2001-04-03 13:18:35 +0000 |
---|---|---|
committer | sewardj <unknown> | 2001-04-03 13:18:35 +0000 |
commit | 8b2dda501ed0bbf61d2ac31fbc4e0cfa6cc3aa31 (patch) | |
tree | 0a8fa35daf2a3776f492397a36e7cbaec3e68498 /Makefile | |
parent | ff5a62e76398cbeca28ca5ab0f8c359593b9a457 (diff) | |
download | haskell-8b2dda501ed0bbf61d2ac31fbc4e0cfa6cc3aa31.tar.gz |
[project @ 2001-04-03 13:18:34 by sewardj]
Clean up the post-install-script mechanism a bit, so that the script
for project is <project>/mk/post-install-script.
For project ghc, don't install pkgconf unless BIN_DIST=1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ binary-dist:: @echo "Generating a shippable configure script.." $(MV) $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/configure-bin.in $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/configure.in ( cd $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME); autoconf ) - + cp $(BIN_DIST_MAIN_DIR)/mk/post-install-script $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME) # # binary dist'ing the documentation. # Which documentation to build/install is hardcoded below. |