X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=a8fb0a7337215ee23d0bc578ab7f9bbc5ca7cf95;hb=14da16d09dcd148b9a833254a5cfe8e9f2ff829d;hp=bfebcdf741242150f7c62746583cb29cc87c8f11;hpb=0eef45abfb7939b5ce41cb1fffbdc264b545a189;p=haskell-directory.git diff --git a/Makefile b/Makefile index bfebcdf..a8fb0a7 100644 --- a/Makefile +++ b/Makefile @@ -31,10 +31,8 @@ ALL_DIRS = \ System/Process \ System/Directory \ Text \ - Text/Html \ Text/PrettyPrint \ Text/ParserCombinators \ - Text/Regex \ Text/Show \ Text/Read @@ -58,7 +56,7 @@ SRC_CPP_OPTS += -I$(GHC_INCLUDE_DIR) SRC_CPP_OPTS += ${GhcCppOpts} ifeq "$(BootingFromHc)" "YES" -GHC/PrimopWrappers.hs: GHC/Prim.hs +GHC/PrimopWrappers.hs: touch GHC/PrimopWrappers.hs else GHC/PrimopWrappers.hs: $(GHC_COMPILER_DIR)/prelude/primops.txt GHC/Prim.hs @@ -137,6 +135,6 @@ System/Posix/Types.o Foreign/C/Types.o: include/CTypes.h # ----------------------------------------------------------------------------- -DIST_CLEAN_FILES += base.buildinfo config.cache config.status config.mk +DIST_CLEAN_FILES += base.buildinfo config.cache config.status include $(TOP)/mk/target.mk