File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
libpqdll.def
2
2
libpqddll.def
3
3
blibpqdll.def
4
+ libpq.rc
Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
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 $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -88,7 +88,7 @@ encnames.c wchar.c : % : $(backend_src)/utils/mb/%
88
88
# Since we can't assume that Windows boxes will have sed, the .DEF files are
89
89
# always built and included in distribution tarballs.
90
90
91
- distprep : def-files
91
+ distprep : def-files $( srcdir ) /libpq.rc
92
92
93
93
.PHONY : def-files
94
94
@@ -148,4 +148,4 @@ clean distclean: clean-lib
148
148
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
149
149
150
150
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
You can’t perform that action at this time.
0 commit comments