From 8bec0d32f038819de0503d9045daefcf1e253d49 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 10 May 2017 10:29:51 +0200 Subject: Make install a single colon target for retro compatibility --- tools/coq_makefile.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/coq_makefile.ml') diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml index 1c7a57960..39dccadde 100644 --- a/tools/coq_makefile.ml +++ b/tools/coq_makefile.ml @@ -181,7 +181,7 @@ let generate_conf_subdirs oc sds = List.iter (fprintf oc "post-all::\n\tcd \"%s\" && $(MAKE) all\n") sds; List.iter (fprintf oc "clean::\n\tcd \"%s\" && $(MAKE) clean\n") sds; List.iter (fprintf oc "archclean::\n\tcd \"%s\" && $(MAKE) archclean\n") sds; - List.iter (fprintf oc "install::\n\tcd \"%s\" && $(MAKE) install\n") sds + List.iter (fprintf oc "install-extra::\n\tcd \"%s\" && $(MAKE) install\n") sds let generate_conf_includes oc { ml_includes; r_includes; q_includes } = -- cgit v1.2.3