summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsewardj <unknown>2001-04-03 13:18:35 +0000
committersewardj <unknown>2001-04-03 13:18:35 +0000
commit8b2dda501ed0bbf61d2ac31fbc4e0cfa6cc3aa31 (patch)
tree0a8fa35daf2a3776f492397a36e7cbaec3e68498 /Makefile
parentff5a62e76398cbeca28ca5ab0f8c359593b9a457 (diff)
downloadhaskell-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb75190245..bd759ee06b 100644
--- a/Makefile
+++ b/Makefile
@@ -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.