diff options
Diffstat (limited to 'testsuite/timeout/Makefile')
-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 |