aboutsummaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.ultrix4
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefiles/Makefile.ultrix4')
-rw-r--r--src/makefiles/Makefile.ultrix47
1 files changed, 7 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.ultrix4 b/src/makefiles/Makefile.ultrix4
index cf46e90819b..b56aee6c686 100644
--- a/src/makefiles/Makefile.ultrix4
+++ b/src/makefiles/Makefile.ultrix4
@@ -1,2 +1,9 @@
# install creates intermediate directories
NO_BEFOREINSTL= true
+SHELL=/bin/sh5
+
+#
+# "-G 0" works for both DEC cc and GNU cc.
+#
+%.so: %.c
+ $(CC) -c -G 0 $(CFLAGS) -o $@ $<