diff options
-rw-r--r-- | testsuite/Makefile | 2 | ||||
-rw-r--r-- | testsuite/timeout/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/Makefile b/testsuite/Makefile index 982314e32a..7e9529b8af 100644 --- a/testsuite/Makefile +++ b/testsuite/Makefile @@ -20,6 +20,6 @@ all: endif endif -clean distclean: +clean distclean maintainer-clean: $(MAKE) -C $(TOP)/timeout $@ diff --git a/testsuite/timeout/Makefile b/testsuite/timeout/Makefile index 5b6e166040..44c3304c77 100644 --- a/testsuite/timeout/Makefile +++ b/testsuite/timeout/Makefile @@ -52,7 +52,7 @@ calibrate.out: endif endif -clean distclean: +clean distclean maintainer-clean: -./Setup clean $(RM) -rf install-inplace $(RM) -f calibrate.out |