diff options
Diffstat (limited to 'testsuite/tests/plugins/simple-plugin/Makefile')
-rw-r--r-- | testsuite/tests/plugins/simple-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/plugins/simple-plugin/Makefile b/testsuite/tests/plugins/simple-plugin/Makefile index 6d9829f15c..ae5c24e87f 100644 --- a/testsuite/tests/plugins/simple-plugin/Makefile +++ b/testsuite/tests/plugins/simple-plugin/Makefile @@ -9,7 +9,7 @@ HERE := $(abspath .) $(eval $(call canonicalise,HERE)) package.%: - $(MAKE) clean.$* + $(MAKE) -s --no-print-directory clean.$* mkdir pkg.$* "$(TEST_HC)" -outputdir pkg.$* --make -v0 -o pkg.$*/setup Setup.hs |