summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-09-30 14:57:14 +0000
committerIan Lynagh <igloo@earth.li>2008-09-30 14:57:14 +0000
commit0c5b50008cc9b8192212baecd45c5ed2c87576d9 (patch)
treef563f126134eae44ad82492b9c58bf6375f43d72 /utils
parentc151739a1831546baa9c3f4a55f93ffc0b38bf9d (diff)
downloadhaskell-0c5b50008cc9b8192212baecd45c5ed2c87576d9.tar.gz
don't install the installPackage program
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index de44f17c0c..84df51e218 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -70,8 +70,9 @@ endif
WITH_EITHER = $(sort $(WITH_BOOTSTRAPPING_COMPILER) $(WITH_STAGE2))
# We need to build pwd with stage 2, as it goes in bindists, but we
-# don't actually want to install it
-DO_NOT_INSTALL = pwd
+# don't actually want to install it. Likewise the installPackage
+# program.
+DO_NOT_INSTALL = pwd installPackage
binary-dist: $(foreach P,$(WITH_STAGE2),binary-dist.$P)
ifeq "$(WHERE_AM_I)" ""