diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/makefiles/Makefile.irix5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.irix5 b/src/makefiles/Makefile.irix5 index e0f705d051e..76ca8bb3a31 100644 --- a/src/makefiles/Makefile.irix5 +++ b/src/makefiles/Makefile.irix5 @@ -3,5 +3,6 @@ RANLIB= touch %.so: %.o - $(LD) -G -Bdynamic -o $@ $< $(LDFLAGS) + $(LD) -G -Bdynamic -shared -o $@ $< $( + |