diff options
Diffstat (limited to 'src/makefiles/Makefile.sunos4')
-rw-r--r-- | src/makefiles/Makefile.sunos4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.sunos4 b/src/makefiles/Makefile.sunos4 index 129edbe08ab..d19e165ea53 100644 --- a/src/makefiles/Makefile.sunos4 +++ b/src/makefiles/Makefile.sunos4 @@ -7,5 +7,6 @@ else CFLAGS_SL = -PIC endif +# Rule for building a shared library from a single .o file %.so: %.o $(LD) -assert pure-text -Bdynamic -o $@ $< |