1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00

Don't build the win32 support files in the all target, only in distprep and

when they are actually needed as prerequisites.
This commit is contained in:
Peter Eisentraut
2008-02-26 14:26:16 +00:00
parent f6f8d61a47
commit 9623b727da
2 changed files with 4 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.162 2008/02/26 13:31:40 petere Exp $
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.163 2008/02/26 14:26:16 petere Exp $
#
#-------------------------------------------------------------------------
@@ -66,7 +66,7 @@ endif
SHLIB_EXPORTS = exports.txt
all: $(srcdir)/libpq-dist.rc all-lib
all: all-lib
# Shared library stuff
include $(top_srcdir)/src/Makefile.shlib