diff options
| author | Enrico Tassi | 2015-07-29 10:54:02 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2015-07-29 10:54:02 +0200 |
| commit | 627a5556a079eceb5d4d56562a135d4e2ab13413 (patch) | |
| tree | 329e233b8f2fe04c7f8e8882a1fd6e91c7e0f4b5 /mathcomp/ssreflect/Makefile.coq-makefile | |
| parent | 5ac5791402a9f0d5277957149f99a4ce2f2d3ce8 (diff) | |
fix Makefiles
Diffstat (limited to 'mathcomp/ssreflect/Makefile.coq-makefile')
| -rw-r--r-- | mathcomp/ssreflect/Makefile.coq-makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mathcomp/ssreflect/Makefile.coq-makefile b/mathcomp/ssreflect/Makefile.coq-makefile index 99f3d6b..9cce300 100644 --- a/mathcomp/ssreflect/Makefile.coq-makefile +++ b/mathcomp/ssreflect/Makefile.coq-makefile @@ -1,9 +1,9 @@ define coqmakefile (echo "Generating Makefile.coq for Coq $(V) with COQBIN=$(COQBIN)";\ - ln -sf plugin/$(V)/ssreflect.mllib .;\ - ln -sf plugin/$(V)/ssrmatching.mli .;\ - ln -sf plugin/$(V)/ssrmatching.ml4 .;\ - ln -sf plugin/$(V)/ssreflect.ml4 .;\ + ln -sf $(1)/plugin/$(V)/ssreflect.mllib .;\ + ln -sf $(1)/plugin/$(V)/ssrmatching.mli .;\ + ln -sf $(1)/plugin/$(V)/ssrmatching.ml4 .;\ + ln -sf $(1)/plugin/$(V)/ssreflect.ml4 .;\ $(COQBIN)coq_makefile -f Make -o Makefile.coq) endef |
