Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f0cbfcd

Browse files
committed
Patch to make libpq.rc be a built-for-distribution file was a few
bricks shy of a load.
1 parent c20d606 commit f0cbfcd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/interfaces/libpq/.cvsignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
libpqdll.def
22
libpqddll.def
33
blibpqdll.def
4+
libpq.rc

src/interfaces/libpq/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.123 2004/12/19 02:16:24 momjian Exp $
8+
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.124 2004/12/21 02:14:41 tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -88,7 +88,7 @@ encnames.c wchar.c : % : $(backend_src)/utils/mb/%
8888
# Since we can't assume that Windows boxes will have sed, the .DEF files are
8989
# always built and included in distribution tarballs.
9090

91-
distprep: def-files
91+
distprep: def-files $(srcdir)/libpq.rc
9292

9393
.PHONY: def-files
9494

@@ -148,4 +148,4 @@ clean distclean: clean-lib
148148
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
149149

150150
maintainer-clean: distclean
151-
rm -f $(srcdir)/libpqdll.def $(srcdir)/libpqddll.def $(srcdir)/blibpqdll.def
151+
rm -f $(srcdir)/libpqdll.def $(srcdir)/libpqddll.def $(srcdir)/blibpqdll.def $(srcdir)/libpq.rc

0 commit comments

Comments
 (0)