X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=a557fe1cb7985ff51e8b94617e07d351810d299a;hb=2b626ac3e0e5eed595d7480bd18f14db875bb514;hp=7ed06cbcf110daddf460bafd57d55d8e3cb0782f;hpb=9ee0e57c72a4206d95518e90e2abb4b90dbd513b;p=ghc-base.git diff --git a/Makefile b/Makefile index 7ed06cb..a557fe1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,3 @@ -# ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.46 2003/07/24 13:53:20 simonmar Exp $ - TOP=.. include $(TOP)/mk/boilerplate.mk @@ -19,7 +16,6 @@ ALL_DIRS = \ Data/Array/IO \ Data/STRef \ Debug \ - Debug/QuickCheck \ Foreign \ Foreign/C \ Foreign/Marshal \ @@ -33,7 +29,6 @@ ALL_DIRS = \ Text/Html \ Text/PrettyPrint \ Text/ParserCombinators \ - Text/ParserCombinators/Parsec \ Text/Regex \ Text/Show \ Text/Read @@ -76,6 +71,14 @@ boot :: GHC/PrimopWrappers.hs EXTRA_SRCS += GHC/PrimopWrappers.hs CLEAN_FILES += GHC/PrimopWrappers.hs +# ----------------------------------------------------------------------------- + +STUBOBJS += \ + Control/Concurrent_stub.$(way_)o + +CLEAN_FILES += $(STUBOBJS) \ + Control/Concurrent_stub.[ch] + #----------------------------------------------------------------------------- # Building the library for GHCi #