diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp
index 4e334bf0c6f80d3d4c9c760faa0e6ce253d3d97d..60fd8e70bd19da43cf3ccb7082d9cad17cdbb5f3 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 cfcb8d683ef7b3c2fd565b3b11ca490d0d9b605c..3174db0c72eef8fc897e79e3e8a2011214bf6ecb 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 391bcea8de688ba471d56ee01d96b0f7a22164e0..e8a5f432a3e0385ca294b2f49d1d2b1e891679e8 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