Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2be38ab276420e63a6b684f659e71756caac780a >--------------------------------------------------------------- commit 2be38ab276420e63a6b684f659e71756caac780a Author: Gabor Greif <[email protected]> Date: Wed Jan 11 18:06:56 2012 +0100 remove legacy clean >--------------------------------------------------------------- compiler/ghc.mk | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/compiler/ghc.mk b/compiler/ghc.mk index e305b36..cf10417 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------------- # -# (c) 2009 The University of Glasgow +# (c) 2009-2012 The University of Glasgow # # This file is part of the GHC build system. # @@ -137,9 +137,6 @@ else endif @echo done. -# XXX 2010-08-19: This is a legacy clean. Remove later. -$(eval $(call clean-target,compiler,config_hs,compiler/main/Config.hs)) - # ----------------------------------------------------------------------------- # Create platform includes _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
