From 306942139d57286a95d40898275834dbaa2427c6 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 18 Jul 2002 18:28:52 +0000
Subject: [PATCH] fix for irix

---
 Numeric/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Numeric/Makefile b/Numeric/Makefile
index 50f413c38d..eb9dc6534b 100644
--- a/Numeric/Makefile
+++ b/Numeric/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 2002-05-18 21:34:29 geuzaine Exp $
+# $Id: Makefile,v 1.5 2002-07-18 18:28:52 geuzaine Exp $
 #
 # Makefile for "libGmshNumeric.a"
 #
@@ -22,7 +22,7 @@ SRC = Numeric.cpp\
       Newton.cpp \
       Opti.cpp \
       SVD.cpp \
-      NRUtil.cpp \
+      NRUtil.cpp
 
 OBJ = $(SRC:.cpp=.o)
 
-- 
GitLab