From bb60bd68f165a0431b0875d47356221bdd16ba92 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 16 Jan 2005 20:44:35 +0000
Subject: [PATCH] *** empty log message ***

---
 Parser/Gmsh.tab.cpp |  2 +-
 Parser/Gmsh.yy.cpp  |  4 ++--
 Parser/Makefile     | 18 ++++++++++++------
 3 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp
index 4e334bf0c6..60fd8e70bd 100644
--- a/Parser/Gmsh.tab.cpp
+++ b/Parser/Gmsh.tab.cpp
@@ -199,7 +199,7 @@
 
 #line 1 "Gmsh.y"
 
-// $Id: Gmsh.tab.cpp,v 1.229 2005-01-16 20:41:38 geuzaine Exp $
+// $Id: Gmsh.tab.cpp,v 1.230 2005-01-16 20:44:35 geuzaine Exp $
 //
 // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 //
diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp
index cfcb8d683e..3174db0c72 100644
--- a/Parser/Gmsh.yy.cpp
+++ b/Parser/Gmsh.yy.cpp
@@ -2,7 +2,7 @@
 /* A lexical scanner generated by flex */
 
 /* Scanner skeleton version:
- * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.228 2005-01-16 20:41:40 geuzaine Exp $
+ * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.229 2005-01-16 20:44:35 geuzaine Exp $
  */
 
 #define FLEX_SCANNER
@@ -1047,7 +1047,7 @@ char *yytext;
 #line 1 "Gmsh.l"
 #define INITIAL 0
 #line 2 "Gmsh.l"
-// $Id: Gmsh.yy.cpp,v 1.228 2005-01-16 20:41:40 geuzaine Exp $
+// $Id: Gmsh.yy.cpp,v 1.229 2005-01-16 20:44:35 geuzaine Exp $
 //
 // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 //
diff --git a/Parser/Makefile b/Parser/Makefile
index 391bcea8de..e8a5f432a3 100644
--- a/Parser/Makefile
+++ b/Parser/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.69 2005-01-16 20:41:41 geuzaine Exp $
+# $Id: Makefile,v 1.70 2005-01-16 20:44:35 geuzaine Exp $
 #
 # Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 #
@@ -47,15 +47,21 @@ ${LIB}: ${OBJ}
 Gmsh.tab.o:
 	${CXX} ${FLAGS} ${INCLUDE} -c $<
 
-Gmsh.tab.cpp: Gmsh.y
+# Don't do this: it would be triggered when we check out a new version via CVS
+# Gmsh.tab.cpp: Gmsh.y
+#	bison --output Gmsh.tab.cpp -d Gmsh.y 
+#	if [ -r Gmsh.tab.cpp.h ]; then mv Gmsh.tab.cpp.h Gmsh.tab.hpp ; fi
+#
+# Gmsh.yy.cpp: Gmsh.l
+#	flex -oGmsh.yy.cpp Gmsh.l
+#
+# parser: Gmsh.yy.cpp Gmsh.tab.cpp
+
+parser:
 	bison --output Gmsh.tab.cpp -d Gmsh.y 
 	if [ -r Gmsh.tab.cpp.h ]; then mv Gmsh.tab.cpp.h Gmsh.tab.hpp ; fi
-
-Gmsh.yy.cpp: Gmsh.l
 	flex -oGmsh.yy.cpp Gmsh.l
 
-parser: Gmsh.yy.cpp Gmsh.tab.cpp
-
 clean:
 	rm -f *.o
 
-- 
GitLab