From faae7eb6ce85783aeaad1eff64d4c964df654e8e Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 10 Nov 2002 18:16:11 +0000
Subject: [PATCH] UNAME -> MacOSX

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index e8b5cc25d6..18ce8a944d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.239 2002-11-10 18:11:46 geuzaine Exp $
+# $Id: Makefile,v 1.240 2002-11-10 18:16:11 geuzaine Exp $
 
 GMSH_MAJOR_VERSION = 1
 GMSH_MINOR_VERSION = 35
@@ -677,7 +677,7 @@ distrib-mac:
 	rm -rf Gmsh.app/Contents/Resources/*/CVS\
                Gmsh.app/Contents/Resources/*/*~\
                Gmsh.app/Contents/Resources/*/*.msh
-	tar zcvf gmsh-$(GMSH_RELEASE)-$(GMSH_UNAME).tgz Gmsh.app
+	tar zcvf gmsh-$(GMSH_RELEASE)-MacOSX.tgz Gmsh.app
 
 dem:
 	gtar zcvf gmsh-demos.tgz $(GMSH_DEMO_DIR)
-- 
GitLab