From 879f9934519f964624292fa8c83446dadacf04a1 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 23 Jan 2008 09:04:05 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ecc059acbe..fcfffb0ecb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.462 2008-01-23 09:00:59 geuzaine Exp $ +# $Id: Makefile,v 1.463 2008-01-23 09:04:05 geuzaine Exp $ # # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # @@ -86,7 +86,9 @@ install-lib: lib embed: rsync -av ${GMSH_EMBEDDED} utils/embed - rsync -av utils/embed/*.{cpp,h} utils/embed/Makefile ../getdp2/contrib/gmsh + @if [ ! -r ../getdp2/contrib/gmsh/Makefile ]; then \ + rsync -av utils/embed/*.{cpp,h} utils/embed/Makefile ../getdp2/contrib/gmsh;\ + fi variables: configure @echo "********************************************************************" -- GitLab