diff --git a/Makefile.am b/Makefile.am index c5908d1352482a2a2dce9fb87fac30a9d3ed8741..59042ac19db5ca419e996191fabeaf1fe7cae333 100644 --- a/Makefile.am +++ b/Makefile.am @@ -548,6 +548,8 @@ $(HS_ALL_PROGS): %: %.hs $(HS_LIB_SRCS) $(HS_BUILT_SRCS) Makefile $(HTOOLS_NOCURL) $(HTOOLS_PARALLEL3) \ -osuf $$BINARY.o -hisuf $$BINARY.hi \ $(HEXTRA) $(HEXTRA_INT) $@ + @touch "$@" + # for the htools/test binary, we need to enable profiling/coverage htools/test: HEXTRA_INT=-fhpc -Wwarn -fno-warn-missing-signatures \ -fno-warn-monomorphism-restriction -fno-warn-orphans \