diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-01-20 10:47:55 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-01-20 10:47:55 +0000 |
commit | 898eca999b4e265ad59f8fb410165da133d386da (patch) | |
tree | 14d6dc64183993cde8b46f0d13fa7b3ccdb4f7a2 /testsuite/Makefile | |
parent | d7bb8914e61f5d4d80c943b862089fc3b21095b4 (diff) | |
download | haskell-898eca999b4e265ad59f8fb410165da133d386da.tar.gz |
Don't read boilerplate.mk on 'make maintainer-clean'
Diffstat (limited to 'testsuite/Makefile')
-rw-r--r-- | testsuite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/Makefile b/testsuite/Makefile index 97ee47f2fb..c3db8db960 100644 --- a/testsuite/Makefile +++ b/testsuite/Makefile @@ -7,6 +7,7 @@ TOP = . # being defined. ifneq "$(MAKECMDGOALS)" "clean" ifneq "$(MAKECMDGOALS)" "distclean" +ifneq "$(MAKECMDGOALS)" "maintainer-clean" include $(TOP)/mk/boilerplate.mk @@ -18,6 +19,7 @@ all: endif endif +endif clean distclean maintainer-clean: $(MAKE) -C $(TOP)/timeout $@ |