Oops, this shouldn't have gone in in the first placeā¦
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 2a879f2..7d3dfde 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1146,7 +1146,7 @@ py-coverage: $(BUILT_SOURCES) $(python_tests)
.PHONY: hs-coverage
hs-coverage: $(haskell_tests)
cd htools && rm -f *.tix *.mix && ./test
- mkdir -p $(COVERAGE_HS_DIR)
+ @mkdir_p@ $(COVERAGE_HS_DIR)
hpc markup --destdir=$(COVERAGE_HS_DIR) htools/test $(HPCEXCL)
hpc report htools/test $(HPCEXCL)
ln -sf hpc_index.html $(COVERAGE_HS_DIR)/index.html
--
1.7.5.4