X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=bindisttest%2FMakefile;h=aa36a2cbbb7e20e023f224059a005471e9a6aedc;hb=6efacfe8bcbe66dfc3b52397ccbd34a58890520d;hp=1599b37c31ff85f663b190a2a8753bcb3bc350e3;hpb=90631447f6517d757edfeb4a5b4cd7dd6c02ffca;p=ghc-hetmet.git diff --git a/bindisttest/Makefile b/bindisttest/Makefile index 1599b37..aa36a2c 100644 --- a/bindisttest/Makefile +++ b/bindisttest/Makefile @@ -36,10 +36,11 @@ endif $(BIN_DIST_INST_DIR)/bin/ghc --make HelloWorld ./HelloWorld > output $(CONTEXT_DIFF) output expected_output + $(BIN_DIST_INST_DIR)/bin/ghc-pkg check clean distclean: $(RM) -rf $(BIN_DIST_INST_SUBDIR) - $(RM) -rf ghc* + $(RM) -rf a/b/c/* $(RM) HelloWorld HelloWorld.o HelloWorld.hi output # Ignore a load of other standard targets