|
6 | 6 | # Copyright (c) 1998, Regents of the University of California |
7 | 7 | # |
8 | 8 | # IDENTIFICATION |
9 | | -# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.82 2004/10/12 22:20:17 momjian Exp $ |
| 9 | +# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.83 2004/10/13 09:51:47 momjian Exp $ |
10 | 10 | # |
11 | 11 | #------------------------------------------------------------------------- |
12 | 12 |
|
@@ -249,9 +249,6 @@ all-static-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h li |
249 | 249 |
|
250 | 250 | all-shared-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h $(shlib) |
251 | 251 |
|
252 | | -ifneq ($(PORTNAME), cygwin) |
253 | | -ifneq ($(PORTNAME), win32) |
254 | | - |
255 | 252 | ifndef LORDER |
256 | 253 | MK_NO_LORDER := true |
257 | 254 | endif |
|
264 | 261 | endif |
265 | 262 | $(RANLIB) $@ |
266 | 263 |
|
267 | | -endif # not win32 |
268 | | -endif # not cygwin |
269 | | - |
270 | 264 | ifeq ($(enable_shared), yes) |
271 | 265 |
|
272 | 266 | ifneq ($(PORTNAME), win32) |
|