diff --git a/Common/Makefile b/Common/Makefile
index dd94bf9f77e68a12c0466d7f4f03c9c45f5373a7..40a2ed0226b4b2d051aec6467f49b7e294c0ffb4 100644
--- a/Common/Makefile
+++ b/Common/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.67 2004-12-07 04:52:25 geuzaine Exp $
+# $Id: Makefile,v 1.68 2004-12-09 02:57:03 geuzaine Exp $
 #
 # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 #
@@ -22,8 +22,8 @@
 include ../variables
 
 LIB     = ../lib/libGmshCommon.a
-INCLUDE = -I../Common -I../DataStr -I../Geo -I../Graphics -I../MathEval\
-          -I../Mesh -I../Numeric -I../Parser -I../Plugin -I../Fltk
+INCLUDE = -I../Common -I../DataStr -I../Geo -I../Graphics -I../Mesh\
+          -I../Numeric -I../Parser -I../Plugin -I../Fltk -I../MathEval
 CFLAGS  = ${OPTIM} ${FLAGS} ${INCLUDE}
 
 SRC = Context.cpp\