From 362e089dddf3c6198513833460c05239bc6e39ca Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 22 Feb 2002 16:43:41 +0000
Subject: [PATCH] removed ../includes

---
 Common/Makefile | 4 ++--
 Parser/Makefile | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Common/Makefile b/Common/Makefile
index ddd628ca0b..d74e2c3018 100644
--- a/Common/Makefile
+++ b/Common/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.30 2001-10-30 09:52:32 geuzaine Exp $
+# $Id: Makefile,v 1.31 2002-02-22 16:43:41 geuzaine Exp $
 #
 # Makefile for "libCommon.a"
 #
@@ -11,7 +11,7 @@ RANLIB  = ranlib
 RM      = rm
 
 LIB     = ../lib/libCommon.a
-INCLUDE = -I../includes -I../Common -I../DataStr -I../Geo -I../Graphics\
+INCLUDE = -I../Common -I../DataStr -I../Geo -I../Graphics\
           -I../Mesh -I../Parser -I../Fltk
 
 OPT_FLAGS     = -g -Wall
diff --git a/Parser/Makefile b/Parser/Makefile
index f747216524..25d74155da 100644
--- a/Parser/Makefile
+++ b/Parser/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.35 2001-12-04 10:47:39 geuzaine Exp $
+# $Id: Makefile,v 1.36 2002-02-22 16:43:41 geuzaine Exp $
 #
 # Makefile for "libParser.a"
 #
@@ -13,7 +13,7 @@ YACC     = bison
 LEX      = flex
 
 LIB      = ../lib/libParser.a
-INCLUDE  = -I../includes -I../Common -I../DataStr -I../Geo -I../Graphics\
+INCLUDE  = -I../Common -I../DataStr -I../Geo -I../Graphics\
            -I../Mesh -I../Fltk -I../Plugin -I../Parallel
 
 OPT_FLAGS     = -g -Wall
-- 
GitLab