diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-07-27 09:09:03 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-07-27 09:09:03 +0000 |
commit | fc14af2094379104a330f3d47e72ef26bb0348b0 (patch) | |
tree | 86276e7c23f1a8867de36918ff3283969e91abfb | |
parent | e43ab2595851857550db41d428d8f8e8562934d8 (diff) | |
download | haskell-fc14af2094379104a330f3d47e72ef26bb0348b0.tar.gz |
avoid (benign) error about overriding rules for binary-dist
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |