Resurrect the "lib" subdirectory in the installation tree, it was somehow lost
[ghc-hetmet.git] / Makefile
index 615151d..fcd1ad5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -575,7 +575,7 @@ extraclean::
 
 clean distclean ::
        $(MAKE) -C bindisttest $@
-       test -d testsuite && $(MAKE) -C testsuite $@
+       if test -d testsuite; then $(MAKE) -C testsuite $@; fi
 
 # -----------------------------------------------------------------------------