Skip to content

Commit 82929fc

Browse files
committed
tests/Makefile: declare .i.hs and .d.hs files as precious
1 parent fda9292 commit 82929fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ WARNS_DEP_GHC_GTEQ_9_8:=$(shell if [ $(GHC_MAJOR_VERSION) -gt 9 -o $(GHC_MAJOR_V
4141

4242
HC_OPTS=-Wall $(WARNS_DEP_GHC_GTEQ_9_8) -fwarn-incomplete-uni-patterns -Werror
4343

44-
.PRECIOUS: %.n.hs %.g.hs %.o %.exe %.bin
44+
.PRECIOUS: %.d.hs %.i.hs %.g.hs %.n.hs %.o %.exe %.bin
4545

4646
ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
4747
HS_PROG_EXT = .exe

0 commit comments

Comments
 (0)