aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/unittest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mppa_k1c/unittest/Makefile')
-rw-r--r--mppa_k1c/unittest/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mppa_k1c/unittest/Makefile b/mppa_k1c/unittest/Makefile
index fc7a51ac..5e79efe4 100644
--- a/mppa_k1c/unittest/Makefile
+++ b/mppa_k1c/unittest/Makefile
@@ -7,6 +7,7 @@ TEST_CMX=mppa_k1c/unittest/postpass_test.cmx
UNITTEST_OBJS:=$(shell $(MODORDER) $(TEST_CMX))
-postpass_test: $(TEST_CMX) $(UNITTEST_OBJS)
- @echo "Linking $@"
+postpass_test: $(UNITTEST_OBJS)
+ @echo "Linking $@ $(UNITTEST_OBJS)"
@$(OCAMLOPT) -o $@ $(LIBS) $(LINK_OPT) $+
+