From cf9c51f6392a046a51e93815e9feb01ff659c9dd Mon Sep 17 00:00:00 2001 From: michaelw Date: Thu, 12 Apr 2001 15:17:17 +0000 Subject: [PATCH] [project @ 2001-04-12 15:17:17 by michaelw] clean-up Main.hi --- ghc/driver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile index 437a429..ef3ad98 100644 --- a/ghc/driver/Makefile +++ b/ghc/driver/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.62 2001/04/06 01:07:23 lewie Exp $ +# $Id: Makefile,v 1.63 2001/04/12 15:17:17 michaelw Exp $ # TOP=.. @@ -60,7 +60,7 @@ ifeq "$(BIN_DIST)" "1" INSTALL_PROGS += pkgconf endif -CLEAN_FILES += pkgconf package.conf.inplace package.conf +CLEAN_FILES += Main.hi pkgconf package.conf.inplace package.conf # ----------------------------------------------------------------------------- -- 1.7.10.4