File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.86 2003/08/08 03:00:31 momjian Exp $
7
+ # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.87 2003/08/08 03:03:54 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -46,7 +46,7 @@ backend_src = $(top_srcdir)/src/backend
46
46
# For port modules, this only happens if configure decides the module
47
47
# is needed (see filter hack in OBJS, above).
48
48
49
- crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c thread.c : % .c : $(top_srcdir ) /src/port/% .c
49
+ crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c thread.c : % : $(top_srcdir ) /src/port/%
50
50
rm -f $@ && $(LN_S ) $< .
51
51
52
52
dllist.c : $(backend_src ) /lib/dllist.c
You can’t perform that action at this time.
0 commit comments