From: simonmar Date: Wed, 5 Feb 2003 09:37:23 +0000 (+0000) Subject: [project @ 2003-02-05 09:37:23 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1207 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f5befd27839b8f5b7ae4f3bbabb1dcb8f794abc4;p=ghc-hetmet.git [project @ 2003-02-05 09:37:23 by simonmar] Remove usageSP directory --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 3de4b89..328b926 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -234,7 +234,7 @@ CLEAN_FILES += $(CONFIG_HS) ALL_DIRS = \ utils basicTypes types hsSyn prelude rename typecheck deSugar coreSyn \ specialise simplCore stranal stgSyn simplStg codeGen absCSyn main \ - profiling parser usageSP cprAnalysis compMan ndpFlatten + profiling parser cprAnalysis compMan ndpFlatten # Make sure we include Config.hs even if it doesn't exist yet... ALL_SRCS += $(CONFIG_HS)