From 3c767fca720f26abfc5622e99757fcce87b043e1 Mon Sep 17 00:00:00 2001 From: notin Date: Thu, 22 Jan 2009 13:23:28 +0000 Subject: 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 --- Makefile.common | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.common') 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) -- cgit v1.2.3