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/timeout | |
parent | d7bb8914e61f5d4d80c943b862089fc3b21095b4 (diff) | |
download | haskell-898eca999b4e265ad59f8fb410165da133d386da.tar.gz |
Don't read boilerplate.mk on 'make maintainer-clean'
Diffstat (limited to 'testsuite/timeout')
-rw-r--r-- | testsuite/timeout/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/timeout/Makefile b/testsuite/timeout/Makefile index 4b203cca16..e7335dfdfb 100644 --- a/testsuite/timeout/Makefile +++ b/testsuite/timeout/Makefile @@ -7,6 +7,7 @@ TOP = .. # being defined. ifneq "$(MAKECMDGOALS)" "clean" ifneq "$(MAKECMDGOALS)" "distclean" +ifneq "$(MAKECMDGOALS)" "maintainer-clean" include $(TOP)/mk/boilerplate.mk @@ -58,6 +59,7 @@ calibrate.out: endif endif +endif clean distclean maintainer-clean: -./Setup clean |