|
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.cgetaddrinfo.cinet_aton.csnprintf.cstrerror.cpath.cthread.c:%.c :$(top_srcdir)/src/port/%.c |
| 49 | +crypt.cgetaddrinfo.cinet_aton.csnprintf.cstrerror.cpath.cthread.c:% :$(top_srcdir)/src/port/% |
50 | 50 | rm -f$@&&$(LN_S)$<.
|
51 | 51 |
|
52 | 52 | dllist.c:$(backend_src)/lib/dllist.c
|
|