X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=f500cf2dc1eb0bad3b1f80538ed840a234808ec7;hb=6e335238185e90ca9107790fb4236a9367ea8865;hp=a8a4b70157538a7ff94245ffe0e9d6fd4db0075e;hpb=945aefc681772d32cfc67cc7d4d3d831ece75a05;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index a8a4b70..f500cf2 100644 --- a/ghc.mk +++ b/ghc.mk @@ -1065,8 +1065,8 @@ sdist-prep : $(call sdist_file,utils/hpc,dist,,,HpcParser,y) $(call sdist_file,utils/genprimopcode,dist,,,Lexer,x) $(call sdist_file,utils/genprimopcode,dist,,,Parser,y) - $(call sdist_file,utils/haddock,dist,src,Haddock/Interface,Lex,x) - $(call sdist_file,utils/haddock,dist,src,Haddock/Interface,Parse,y) + $(call sdist_file,utils/haddock,dist,src,Haddock,Lex,x) + $(call sdist_file,utils/haddock,dist,src,Haddock,Parse,y) cd $(SRC_DIST_DIR) && "$(RM)" $(RM_OPTS) -r compiler/stage[123] mk/build.mk cd $(SRC_DIST_DIR) && "$(FIND)" $(SRC_DIST_DIRS) \( -name _darcs -o -name SRC -o -name "autom4te*" -o -name "*~" -o -name ".cvsignore" -o -name "\#*" -o -name ".\#*" -o -name "log" -o -name "*-SAVE" -o -name "*.orig" -o -name "*.rej" -o -name "*-darcs-backup*" \) -print | "$(XARGS)" $(XARGS_OPTS) "$(RM)" $(RM_OPTS) -r