X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdriver%2FMakefile;h=ef3ad98a21fca5b294b866228df31e1b384e559a;hb=cf9c51f6392a046a51e93815e9feb01ff659c9dd;hp=437a42942ddbccc97aa8c937982b893dd57aeb8b;hpb=0531d27b250174b37040795c85bf283caf8f0740;p=ghc-hetmet.git 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 # -----------------------------------------------------------------------------