summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Allsopp <david.allsopp@metastack.com>2017-05-19 21:04:17 +0100
committerDavid Allsopp <david.allsopp@metastack.com>2017-05-21 12:09:31 +0100
commit154a87c04cf34cc8c4f125806366d3e8bbd658bc (patch)
tree63952f485bab7aae62e4cd840b6f0a638adf6e93
parent940c27e07d6700b58bc5bf176a45a2d6ef132678 (diff)
downloadocaml-154a87c04cf34cc8c4f125806366d3e8bbd658bc.tar.gz
Don't remove generated .s in tests/asmcomp
-rw-r--r--testsuite/makefiles/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/makefiles/Makefile.common b/testsuite/makefiles/Makefile.common
index 1c50e6fec8..0a85f95969 100644
--- a/testsuite/makefiles/Makefile.common
+++ b/testsuite/makefiles/Makefile.common
@@ -71,6 +71,7 @@ defaultclean:
.S.o:
@$(ASPP) $(ASPPFLAGS) -DSYS_$(SYSTEM) -DMODEL_$(MODEL) -o $*.o $*.S
+.PRECIOUS: %.s
.s.o:
@$(ASPP) $(ASPPFLAGS) -DSYS_$(SYSTEM) -o $*.o $*.s