diff options
| author | notin | 2009-01-22 13:23:28 +0000 |
|---|---|---|
| committer | notin | 2009-01-22 13:23:28 +0000 |
| commit | 3c767fca720f26abfc5622e99757fcce87b043e1 (patch) | |
| tree | d608055ccc2f11e70795a27df5a55cfe6a90d8a9 /Makefile.build | |
| parent | 25e3c83e7ebcb2832c44bc894b19fee2741d069a (diff) | |
Remplacement de cp --parents par un script sh
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11833 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.build b/Makefile.build index 95f6b075cf..c92cd29adc 100644 --- a/Makefile.build +++ b/Makefile.build @@ -673,11 +673,11 @@ install-library: $(INSTALLLIB) states/*.coq $(FULLCOQLIB)/states $(MKDIR) $(FULLCOQLIB)/user-contrib $(INSTALLLIB) $(DLLCOQRUN) $(FULLCOQLIB) - cp --parents $(CONFIG) $(LINKCMO) $(GRAMMARCMA) $(FULLCOQLIB) - cp --parents $(OBJSCMO:.cmo=.cmi) $(FULLCOQLIB) + $(INSTALLSH) $(FULLCOQLIB) $(CONFIG) $(LINKCMO) $(GRAMMARCMA) + $(INSTALLSH) $(FULLCOQLIB) $(OBJSCMO:.cmo=.cmi) ifeq ($(BEST),opt) $(INSTALLLIB) $(LIBCOQRUN) $(FULLCOQLIB) - cp --parents $(CONFIG:.cmo=.cmx) $(CONFIG:.cmo=.o) $(LINKCMO:.cma=.cmxa) $(LINKCMO:.cma=.a) $(FULLCOQLIB) + $(INSTALLSH) $(FULLCOQLIB) $(CONFIG:.cmo=.cmx) $(CONFIG:.cmo=.o) $(LINKCMO:.cma=.cmxa) $(LINKCMO:.cma=.a) endif # csdpcert is not meant to be directly called by the user; we install # it with libraries |
