From f5befd27839b8f5b7ae4f3bbabb1dcb8f794abc4 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 5 Feb 2003 09:37:23 +0000 Subject: [PATCH] [project @ 2003-02-05 09:37:23 by simonmar] Remove usageSP directory --- ghc/compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4