diff --git a/Makefile b/Makefile
index 7424749cc4543b991efebc2e4ecd22b19ca6ae98..8e5ac670aedac92714c096456b6fc8c19b9c47f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.222 2002-05-19 20:45:15 geuzaine Exp $
+# $Id: Makefile,v 1.223 2002-05-19 20:53:54 geuzaine Exp $
 
 GMSH_MAJOR_VERSION = 1
 GMSH_MINOR_VERSION = 35
@@ -93,12 +93,10 @@ compile: initialtag
            "GL_INCLUDE=" \
            "GUI_INCLUDE=-I$(FLTK_DIR)" \
         ); done
-
 link:
 	$(CXX) $(FLAGS) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB)\
                -L$(FLTK_DIR)/lib -lfltk_gl -lGLU -lGL -lfltk\
                -L/usr/X11R6/lib -lX11 -lm
-
 gcc: compile link
 
 #