X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=7f47f3b9e9925d323ad30d90011c4e64a4c015d4;hb=599e42c2948811e71607c5167d9345ddd74d83c3;hp=44ac9acd6b013c8b37b738c87cdaa30ba5f0b5bc;hpb=81cb7610337b33508066dd400cd371ff6033c987;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 44ac9ac..7f47f3b 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ endif ifneq "$(Project)" "" ifeq "$(Project)" "GreenCard" - ProjectDirectory=green-card + ProjectDirectory=greencard else ifeq "$(Project)" "HaskellDirect" ProjectDirectory=hdirect @@ -48,6 +48,9 @@ project-check : DIST_CLEAN_FILES += config.cache config.status +extraclean:: + $(RM) -rf autom4te.cache + # # If you've ended up using an in-place version of Happy, # make sure it gets built early on. @@ -350,7 +353,7 @@ SRC_DIST_DIR=$(shell pwd)/$(SRC_DIST_NAME) SRC_DIST_DIRS += docs distrib $(SUBDIRS) SRC_DIST_FILES += \ configure.ac config.guess config.sub configure \ - aclocal.m4 acconfig.h README Makefile Makefile.config install-sh \ + aclocal.m4 README Makefile Makefile.config install-sh \ mk/bootstrap.mk \ mk/boilerplate.mk mk/config.h.in mk/config.mk.in mk/opts.mk \ mk/paths.mk mk/package.mk mk/suffix.mk mk/target.mk