diff options
Diffstat (limited to 'src/makefiles/Makefile.svr4')
| -rw-r--r-- | src/makefiles/Makefile.svr4 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/makefiles/Makefile.svr4 b/src/makefiles/Makefile.svr4 deleted file mode 100644 index 44a6f1c34a..0000000000 --- a/src/makefiles/Makefile.svr4 +++ /dev/null @@ -1,15 +0,0 @@ -# MAKE_EXPORTS is required for svr4 loaders that want a file of -# symbol names to tell them what to export/import. -#MAKE_EXPORTS= true - -LIBS += -lc /usr/ucblib/libucb.a -LDFLAGS += -LD-Blargedynsym - -DLSUFFIX = .so -CFLAGS_SL = - -# Rule for building a shared library from a single .o file -%.so: %.o - $(LD) -G -Bdynamic -o $@ $< - -sqlmansect = 5 |
