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

Commit 522b493

Browse files
committed
Makefile cleanup.
1 parent 48af714 commit 522b493

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/interfaces/libpq/Makefile

+3-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.88 2003/08/08 03:18:40 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.89 2003/08/08 03:22:24 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -49,13 +49,10 @@ backend_src = $(top_srcdir)/src/backend
4949
crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c thread.c: % : $(top_srcdir)/src/port/%
5050
rm -f $@ && $(LN_S) $< .
5151

52-
dllist.c: $(backend_src)/lib/dllist.c
53-
rm -f $@ && $(LN_S) $< .
54-
55-
md5.c: $(backend_src)/libpq/md5.c
52+
md5.c ip.c: % : $(backend_src)/libpq/%
5653
rm -f $@ && $(LN_S) $< .
5754

58-
ip.c: $(backend_src)/libpq/ip.c
55+
dllist.c: $(backend_src)/lib/dllist.c
5956
rm -f $@ && $(LN_S) $< .
6057

6158
encnames.c wchar.c : % : $(backend_src)/utils/mb/%

0 commit comments

Comments
 (0)