|
5 | 5 | # Portions Copyright (c) 1996-2006, 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.144 2006/04/28 02:53:20 tgl Exp $ |
| 8 | +# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.145 2006/05/07 01:05:11 momjian Exp $ |
9 | 9 | # |
10 | 10 | #------------------------------------------------------------------------- |
11 | 11 |
|
|
29 | 29 | # object files to use the same compile flags as libpq. If we used |
30 | 30 | # the object files from libpgport, this would not be true on all |
31 | 31 | # platforms. |
32 | | -LIBS :=$(patsubst-lpgport,,$(LIBS)) |
| 32 | +LIBS :=$(LIBS:-lpgport=) |
33 | 33 |
|
34 | 34 | OBJS=fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o\ |
35 | 35 | fe-protocol2.o fe-protocol3.o pqexpbuffer.o pqsignal.o fe-secure.o\ |
|