summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.ultrix4
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefiles/Makefile.ultrix4')
-rw-r--r--src/makefiles/Makefile.ultrix411
1 files changed, 0 insertions, 11 deletions
diff --git a/src/makefiles/Makefile.ultrix4 b/src/makefiles/Makefile.ultrix4
deleted file mode 100644
index 6685b8c0af..0000000000
--- a/src/makefiles/Makefile.ultrix4
+++ /dev/null
@@ -1,11 +0,0 @@
-# used by initdb
-SHELL=/bin/sh5
-AROPT = crs
-
-DLSUFFIX = .so
-# "-G 0" works for both DEC cc and GNU cc.
-CFLAGS_SL = -G 0
-
-# Rule for building a shared library from a single .c file
-%.so: %.c
- $(CC) -c -G 0 $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SL) -o $@ $<