X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=1c0a6f0ce184bf5ac1dacf125c9970f37745399c;hb=08a58bedccd06f08617836fd1d9214f9119d86c4;hp=40167e76645be56a4a667a7c6615f7185341612f;hpb=a0813f934bb8a3510751c9a552fdd6bb9e922b64;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 40167e7..1c0a6f0 100644 --- a/Makefile +++ b/Makefile @@ -35,16 +35,6 @@ project-check : fi # ----------------------------------------------------------------------------- -# Make sure configure is up-to-date - -all install dist binary-dist :: configure -configure :: configure.in - @echo "WARNING: configure needs to be regenerated. Type" - @echo " make -f Makefile.config ./configure" - @echo "and rerun make." - @exit 16 - -# ----------------------------------------------------------------------------- # Making a binary distribution # # To make a particular binary distribution: @@ -262,6 +252,7 @@ SRC_DIST_DIRS += docs distrib $(SUBDIRS) SRC_DIST_FILES += \ configure.in config.guess config.sub configure \ aclocal.m4 acconfig.h README Makefile install-sh \ + mk/bootstrap.mk \ mk/boilerplate.mk mk/config.h.in mk/config.mk.in mk/opts.mk \ mk/paths.mk mk/suffix.mk mk/target.mk