aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authornotin2009-01-22 13:23:28 +0000
committernotin2009-01-22 13:23:28 +0000
commit3c767fca720f26abfc5622e99757fcce87b043e1 (patch)
treed608055ccc2f11e70795a27df5a55cfe6a90d8a9 /Makefile.common
parent25e3c83e7ebcb2832c44bc894b19fee2741d069a (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.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index efc3bb7efc..8f6e1b808f 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -37,6 +37,7 @@ endif
INSTALLBIN:=install
INSTALLLIB:=install -m 644
+INSTALLSH:=./install.sh
MKDIR:=install -d
COQIDEBYTE:=bin/coqide.byte$(EXE)