From 2f8c06c6f96601348664f56caf7a6221ebb2284e Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 9 Feb 2001 14:59:00 +0000
Subject: [PATCH] *** empty log message ***

---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 377eb97df7..9bce7a6367 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.56 2001-02-09 14:55:19 geuzaine Exp $
+# $Id: Makefile,v 1.57 2001-02-09 14:59:00 geuzaine Exp $
 # ----------------------------------------------------------------------
 #  Makefile for Gmsh  
 # ----------------------------------------------------------------------
@@ -31,9 +31,9 @@ MESA_MOTIF_STATIC_LIB = $(HOME)/SOURCES/Mesa-static/lib/libGLw.a
              FLTK_LIB = -L$(HOME)/SOURCES/fltk/lib -lfltk\
                         -L/usr/X11R6/lib -lX11
 FLTK_LIB_SOLARIS_SCOREC = /users/develop/develop/visual/fltk/1.0/lib/sun4_5/libfltk-gcc.a\
-                        -L/usr/X11R6/lib -lXext -lX11
+                        -L/usr/X11R6/lib -lX11
 FLTK_LIB_LINUX_SCOREC = /users/develop/develop/visual/fltk/1.0/lib/x86_linux/libfltk.a\
-                        -L/usr/X11R6/lib -lXext -lX11
+                        -L/usr/X11R6/lib -lX11
 
            THREAD_LIB = -L/usr/lib -lpthread
 
-- 
GitLab