From feaa5908ea0712ac734d367ea13994d828f7bea6 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 18 Feb 2003 06:26:02 +0000 Subject: [PATCH] fix dependencies --- Numeric/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Numeric/Makefile b/Numeric/Makefile index d7214b1462..c1da93b67e 100644 --- a/Numeric/Makefile +++ b/Numeric/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 2003-02-18 05:50:05 geuzaine Exp $ +# $Id: Makefile,v 1.8 2003-02-18 06:26:02 geuzaine Exp $ include ../variables @@ -35,5 +35,4 @@ depend: # DO NOT DELETE THIS LINE Numeric.o: Numeric.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ - ../DataStr/avl.h ../DataStr/Tools.h Numeric.h \ - /usr/local/include/gsl/gsl_version.h /usr/local/include/gsl/gsl_types.h + ../DataStr/avl.h ../DataStr/Tools.h Numeric.h -- GitLab