From: simonmar Date: Wed, 2 Mar 2005 09:48:16 +0000 (+0000) Subject: [project @ 2005-03-02 09:48:16 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~998 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=9ff5db3c6373f8e7723da7a2d1db87ae69fc7322 [project @ 2005-03-02 09:48:16 by simonmar] fix cut-n-pasto in CLEAN_FILES --- diff --git a/ghc/includes/Makefile b/ghc/includes/Makefile index bdc77b7..136bce7 100644 --- a/ghc/includes/Makefile +++ b/ghc/includes/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.27 2005/02/21 11:27:21 simonmar Exp $ +# $Id: Makefile,v 1.28 2005/03/02 09:48:16 simonmar Exp $ # TOP = .. @@ -121,7 +121,7 @@ mkGHCConstants.o : mkDerivedConstants.c GHCConstants.h : mkGHCConstants ./mkGHCConstants >$@ -CLEAN_FILES += mkDerivedConstantsHdr$(exeext) DerivedConstants.h +CLEAN_FILES += mkGHCConstants$(exeext) GHCConstants.h # --------------------------------------------------------------------------- # boot setup: