summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/driver/recomp002/Makefile
blob: d2375961d24aec5855a2fc0bf6f3289df772154b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TOP=../../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk

# Recompilation tests

clean:
	rm -f *.o*
	rm -f *.hi*

# Only the first invocation should print any "Compiling" messages

recomp002: clean
	'$(TEST_HC)' $(TEST_HC_OPTS) --make Q.hs
	echo Middle >&2
	'$(TEST_HC)' $(TEST_HC_OPTS) --make Q.hs