From a169003f1e0d92cb1e77abbad1cac52aed442a58 Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 31 Mar 2001 10:28:42 +0000 Subject: [PATCH] [project @ 2001-03-31 10:28:42 by panne] Install ghc-usage.txt, too --- ghc/driver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile index 3e919d2..79f6307 100644 --- a/ghc/driver/Makefile +++ b/ghc/driver/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.58 2001/03/27 08:29:07 qrczak Exp $ +# $Id: Makefile,v 1.59 2001/03/31 10:28:42 panne Exp $ # TOP=.. @@ -54,7 +54,7 @@ package.conf : pkgconf Package.o : ../utils/ghc-pkg/Package.hs override datadir = $(libdir) -INSTALL_DATAS += package.conf +INSTALL_DATAS += package.conf ghc-usage.txt CLEAN_FILES += pkgconf package.conf.inplace package.conf -- 1.7.10.4