avoid (benign) error about overriding rules for binary-dist
authorSimon Marlow <marlowsd@gmail.com>
Mon, 27 Jul 2009 09:09:03 +0000 (09:09 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 27 Jul 2009 09:09:03 +0000 (09:09 +0000)
Makefile

index 94d6df8..9f516b7 100644 (file)
--- 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