From ce2e6ca185761e3786a4f784e1ae6f6ef2fcf8f4 Mon Sep 17 00:00:00 2001 From: qrczak Date: Tue, 27 Mar 2001 08:29:07 +0000 Subject: [PATCH] [project @ 2001-03-27 08:29:07 by qrczak] Install package.conf in the right place. --- ghc/driver/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4