aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-10-13 09:51:47 +0000
committerBruce Momjian <bruce@momjian.us>2004-10-13 09:51:47 +0000
commitae1703d8975adbc0bc07046c7c679bbcd513e889 (patch)
tree850fa569bb4759a6501c19f5be78c68a0511d5ba
parent04a1a24e9c070cb53343253834699e7d3f5a3531 (diff)
downloadpostgresql-ae1703d8975adbc0bc07046c7c679bbcd513e889.tar.gz
postgresql-ae1703d8975adbc0bc07046c7c679bbcd513e889.zip
Enable static lib builds on Win32 and Cygwin.
-rw-r--r--src/Makefile.shlib8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index 973cc68a36d..dcc702f5a71 100644
--- a/src/Makefile.shlib
+++ b/src/Makefile.shlib
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.82 2004/10/12 22:20:17 momjian Exp $
+# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.83 2004/10/13 09:51:47 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -249,9 +249,6 @@ all-static-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h li
all-shared-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h $(shlib)
-ifneq ($(PORTNAME), cygwin)
-ifneq ($(PORTNAME), win32)
-
ifndef LORDER
MK_NO_LORDER := true
endif
@@ -264,9 +261,6 @@ else
endif
$(RANLIB) $@
-endif # not win32
-endif # not cygwin
-
ifeq ($(enable_shared), yes)
ifneq ($(PORTNAME), win32)