X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=Makefile;h=9f516b74157e31ac9bca4306788b2eb417c3dbc0;hp=94d6df8ad7be18be4098753cae05adceeacdfff4;hb=fc14af2094379104a330f3d47e72ef26bb0348b0;hpb=e43ab2595851857550db41d428d8f8e8562934d8 diff --git a/Makefile b/Makefile index 94d6df8..9f516b7 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ endif include mk/custom-settings.mk # No need to update makefiles for these targets: -REALGOALS=$(filter-out bootstrapping-files framework-pkg clean clean_% distclean maintainer-clean show help,$(MAKECMDGOALS)) +REALGOALS=$(filter-out binary-dist bootstrapping-files framework-pkg clean clean_% distclean maintainer-clean show help,$(MAKECMDGOALS)) # configure touches certain files even if they haven't changed. This # can mean a lot of unnecessary recompilation after a re-configure, so