summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.sunos4
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2002-09-04 22:54:18 +0000
committerPeter Eisentraut <peter_e@gmx.net>2002-09-04 22:54:18 +0000
commite43ecb3d1a1c5af574fdd6333bdd64330a148bf6 (patch)
tree897b6c54db9c33efff536be673cc6d94fd490d54 /src/makefiles/Makefile.sunos4
parentbe475f92cd43ce0c66246cb488fb29b0a12f5674 (diff)
downloadpostgresql-e43ecb3d1a1c5af574fdd6333bdd64330a148bf6.tar.gz
Remove leftovers from subproject removals. Fixes for Python and Kerberos
configuration.
Diffstat (limited to 'src/makefiles/Makefile.sunos4')
-rw-r--r--src/makefiles/Makefile.sunos45
1 files changed, 0 insertions, 5 deletions
diff --git a/src/makefiles/Makefile.sunos4 b/src/makefiles/Makefile.sunos4
index f9e9fc63d9..d408dd3c46 100644
--- a/src/makefiles/Makefile.sunos4
+++ b/src/makefiles/Makefile.sunos4
@@ -6,11 +6,6 @@ CFLAGS_SL = -fpic
else
CFLAGS_SL = -PIC
endif
-ifeq ($(GXX), yes)
-CXXFLAGS_SL = -fPIC
-else
-CXXFLAGS_SL = -PIC
-endif
%.so: %.o
$(LD) -assert pure-text -Bdynamic -o $@ $<