aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/unittest
diff options
context:
space:
mode:
authorSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2019-01-11 16:52:07 +0100
committerSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2019-01-11 16:52:07 +0100
commit01828887dda772aca9e8bbddb3325cc939729ed4 (patch)
treeb02020f3330af6e0150e668eecb55584cbe8fd98 /mppa_k1c/unittest
parentf8caf5f7564886dc43246c7477c4c22a7572e60d (diff)
downloadcompcert-kvx-01828887dda772aca9e8bbddb3325cc939729ed4.tar.gz
compcert-kvx-01828887dda772aca9e8bbddb3325cc939729ed4.zip
quick and dirty Makefile fixes
Diffstat (limited to 'mppa_k1c/unittest')
-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) $+
+