From: michaelw Date: Thu, 12 Apr 2001 15:17:17 +0000 (+0000) Subject: [project @ 2001-04-12 15:17:17 by michaelw] X-Git-Tag: Approximately_9120_patches~2163 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cf9c51f6392a046a51e93815e9feb01ff659c9dd;p=ghc-hetmet.git [project @ 2001-04-12 15:17:17 by michaelw] clean-up Main.hi --- 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 # -----------------------------------------------------------------------------