summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.univel
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefiles/Makefile.univel')
-rw-r--r--src/makefiles/Makefile.univel1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.univel b/src/makefiles/Makefile.univel
index 41e64616ef2..eb0d324ae64 100644
--- a/src/makefiles/Makefile.univel
+++ b/src/makefiles/Makefile.univel
@@ -3,6 +3,7 @@ export_dynamic = -Wl,-Bexport
DLSUFFIX = .so
CFLAGS_SL = -K PIC
+# Rule for building a shared library from a single .o file
%.so: %.o
$(LD) -G -Bdynamic -o $@ $<