Set the soname when creating a shared lib
[ghc-hetmet.git] / bindisttest / Makefile
index 1599b37..aa36a2c 100644 (file)
@@ -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