From 0cf541452e6bb56ddddfae6bd9c1e08fbd47a687 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 8 Apr 2009 15:50:39 +0000 Subject: Backport of Eric Le Lay's patch (bug report #2078) from v8.2 branch (r12063) for smooth compilation/installation under Solaris (/bin/sh -> /bin/bash, -or -> -o in find, echo -n -> printf, ! in test rather than in if). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12065 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7eb478522a..609e4b76ea 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ####################################################################### # v # The Coq Proof Assistant / The Coq Development Team # -#