|
1 | 1 | # -*-makefile-*-
|
2 |
| -# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.188 2004/05/23 15:24:32 tgl Exp $ |
| 2 | +# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.189 2004/06/02 21:05:52 momjian Exp $ |
3 | 3 |
|
4 | 4 | #------------------------------------------------------------------------------
|
5 | 5 | # All PostgreSQL makefiles include this file and use the variables it sets,
|
@@ -343,7 +343,7 @@ endif
|
343 | 343 | LIBOBJS = @LIBOBJS@ exec.o noblock.o path.o pipe.o pgsleep.o pgstrcasecmp.o sprompt.o thread.o
|
344 | 344 |
|
345 | 345 | ifneq (,$(LIBOBJS))
|
346 |
| -LIBS+= -lpgport |
| 346 | +LIBS:= -lpgport$(LIBS) |
347 | 347 | LDFLAGS := -L$(top_builddir)/src/port$(LDFLAGS)
|
348 | 348 | endif
|
349 | 349 |
|
|