From: qrczak Date: Tue, 27 Mar 2001 08:29:07 +0000 (+0000) Subject: [project @ 2001-03-27 08:29:07 by qrczak] X-Git-Tag: Approximately_9120_patches~2299 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ce2e6ca185761e3786a4f784e1ae6f6ef2fcf8f4;p=ghc-hetmet.git [project @ 2001-03-27 08:29:07 by qrczak] Install package.conf in the right place. --- diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile index 9244d1c..3e919d2 100644 --- a/ghc/driver/Makefile +++ b/ghc/driver/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.57 2001/03/26 16:53:35 simonmar Exp $ +# $Id: Makefile,v 1.58 2001/03/27 08:29:07 qrczak Exp $ # TOP=.. @@ -53,6 +53,7 @@ package.conf : pkgconf Package.o : ../utils/ghc-pkg/Package.hs +override datadir = $(libdir) INSTALL_DATAS += package.conf CLEAN_FILES += pkgconf package.conf.inplace package.conf