[project @ 2001-06-12 17:08:11 by simonmar]
authorsimonmar <unknown>
Tue, 12 Jun 2001 17:08:11 +0000 (17:08 +0000)
committersimonmar <unknown>
Tue, 12 Jun 2001 17:08:11 +0000 (17:08 +0000)
Don't install the pkgconf binary in a BIN_DIST any more.

ghc/driver/Makefile

index 6241478..e38b6ef 100644 (file)
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.64 2001/06/12 17:07:23 simonmar Exp $
+# $Id: Makefile,v 1.65 2001/06/12 17:08:11 simonmar Exp $
 #
 
 TOP=..
@@ -54,10 +54,6 @@ Package.o : ../utils/ghc-pkg/Package.hs
 override datadir = $(libdir)
 INSTALL_DATAS += package.conf ghc-usage.txt
 
-ifeq "$(BIN_DIST)" "1"
-INSTALL_PROGS += pkgconf
-endif
-
 CLEAN_FILES += Main.hi pkgconf package.conf.inplace package.conf
 
 # -----------------------------------------------------------------------------