Index: src/Makefile.shlib =================================================================== RCS file: /cvsroot/pgsql/src/Makefile.shlib,v retrieving revision 1.82 diff -c -c -r1.82 Makefile.shlib *** src/Makefile.shlib 12 Oct 2004 22:20:17 -0000 1.82 --- src/Makefile.shlib 13 Oct 2004 09:44:13 -0000 *************** *** 249,257 **** 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 --- 249,254 ---- *************** *** 264,272 **** endif $(RANLIB) $@ - endif # not win32 - endif # not cygwin - ifeq ($(enable_shared), yes) ifneq ($(PORTNAME), win32) --- 261,266 ----