From c80c7d6d845332113e57dfc3ee89d5af16d72908 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 9 Dec 2004 02:57:03 +0000 Subject: [PATCH] include -I../Parser before -I../MathEval to avoid confusing parser.h with Parser.h on stupid case-insensitive systems like Win32/Cygwin --- Common/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/Makefile b/Common/Makefile index dd94bf9f77..40a2ed0226 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\ -- GitLab