diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-12-21 18:47:42 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-12-21 18:47:42 +0000 |
| commit | 71d21577de945a1fdf16f85a30d756c8d1aeaee3 (patch) | |
| tree | d83c8b0cdbb9773a584ad5a00d6449c38a53faf3 /src/makefiles/Makefile.unixware | |
| parent | 96b42de9a8f72fd42bc95abca820f7daaa4c7add (diff) | |
| download | postgresql-71d21577de945a1fdf16f85a30d756c8d1aeaee3.tar.gz | |
Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic
macros, which aren't used anywhere and haven't been for some time.
Diffstat (limited to 'src/makefiles/Makefile.unixware')
| -rw-r--r-- | src/makefiles/Makefile.unixware | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.unixware b/src/makefiles/Makefile.unixware index 7120601f68..cf446e1c0c 100644 --- a/src/makefiles/Makefile.unixware +++ b/src/makefiles/Makefile.unixware @@ -12,7 +12,6 @@ else rpath = -Wl,-R$(rpathdir) endif endif -shlib_symbolic = -Wl,-Bsymbolic DLSUFFIX = .so ifeq ($(GCC), yes) |
