Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ae5ef commit de2c665Copy full SHA for de2c665
src/Makefile.global.in
@@ -1,5 +1,5 @@
1
# -*-makefile-*-
2
-# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.188 2004/05/23 15:24:32 tgl Exp $
+# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.189 2004/06/02 21:05:52 momjian Exp $
3
4
#------------------------------------------------------------------------------
5
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -343,7 +343,7 @@ endif
343
LIBOBJS = @LIBOBJS@ exec.o noblock.o path.o pipe.o pgsleep.o pgstrcasecmp.o sprompt.o thread.o
344
345
ifneq (,$(LIBOBJS))
346
-LIBS += -lpgport
+LIBS := -lpgport $(LIBS)
347
LDFLAGS := -L$(top_builddir)/src/port $(LDFLAGS)
348
endif
349
0 commit comments