Patch to make libpq.rc be a built-for-distribution file was a few

bricks shy of a load.
This commit is contained in:
Tom Lane 2004-12-21 02:14:41 +00:00
parent c20d6062a3
commit f0cbfcd399
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
libpqdll.def
libpqddll.def
blibpqdll.def
libpq.rc

View File

@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.123 2004/12/19 02:16:24 momjian Exp $
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.124 2004/12/21 02:14:41 tgl Exp $
#
#-------------------------------------------------------------------------
@ -88,7 +88,7 @@ encnames.c wchar.c : % : $(backend_src)/utils/mb/%
# Since we can't assume that Windows boxes will have sed, the .DEF files are
# always built and included in distribution tarballs.
distprep: def-files
distprep: def-files $(srcdir)/libpq.rc
.PHONY: def-files
@ -148,4 +148,4 @@ clean distclean: clean-lib
rm -f $(OBJS) crypt.c getaddrinfo.c inet_aton.c noblock.c pgstrcasecmp.c snprintf.c strerror.c open.c thread.c md5.c ip.c encnames.c wchar.c pthread.h
maintainer-clean: distclean
rm -f $(srcdir)/libpqdll.def $(srcdir)/libpqddll.def $(srcdir)/blibpqdll.def
rm -f $(srcdir)/libpqdll.def $(srcdir)/libpqddll.def $(srcdir)/blibpqdll.def $(srcdir)/libpq.rc