]> granicus.if.org Git - postgresql/commitdiff
Patch to make libpq.rc be a built-for-distribution file was a few
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Dec 2004 02:14:41 +0000 (02:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Dec 2004 02:14:41 +0000 (02:14 +0000)
bricks shy of a load.

src/interfaces/libpq/.cvsignore
src/interfaces/libpq/Makefile

index eda1a6d3f6801fe7fb86bdf75aae6ed5e07bcfd5..aa2b04ec7e2bb07479bf7c327de038c6cfd9e326 100644 (file)
@@ -1,3 +1,4 @@
 libpqdll.def
 libpqddll.def
 blibpqdll.def
+libpq.rc
index deaedf7375971ef280a1e227ce9fbb1a8c01919d..54d67dfa8072c7535bdcd0486afe374403a41c63 100644 (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