Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ad8d504

Browse files
committedJun 1, 1997
From: Robert Bruccoleri <bruc@bms.com>
One more Irix related patch for Dynamic Linking
1 parent 3903296 commit ad8d504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/makefiles/Makefile.irix5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
RANLIB= touch
44

55
%.so: %.o
6-
$(LD) -G -Bdynamic -shared -o $@ $< $(
6+
$(LD) -G -Bdynamic -shared -o $@ $<
77

88

0 commit comments

Comments
 (0)
Failed to load comments.