From ad8d504f90f3675ef1e7d2da6dade6069cd01bb7 Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Sun, 1 Jun 1997 15:41:40 +0000
Subject: [PATCH] From: Robert Bruccoleri <bruc@bms.com>

One more Irix related patch for Dynamic Linking
---
 src/makefiles/Makefile.irix5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/makefiles/Makefile.irix5 b/src/makefiles/Makefile.irix5
index 76ca8bb3a31..dd297c84ab6 100644
--- a/src/makefiles/Makefile.irix5
+++ b/src/makefiles/Makefile.irix5
@@ -3,6 +3,6 @@
 RANLIB= touch
 
 %.so: %.o
-	$(LD) -G -Bdynamic -shared -o $@ $< $(
+	$(LD) -G -Bdynamic -shared -o $@ $< 
 
 
-- 
GitLab