We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d125610 commit b692c95Copy full SHA for b692c95
src/Makefile.global.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.55 1999/02/02 03:43:56 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.56 1999/06/25 00:13:45 tgl Exp $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -206,7 +206,8 @@ LEX= @LEX@
206
AROPT= @AROPT@
207
CFLAGS= -I$(SRCDIR)/include -I$(SRCDIR)/backend @CPPFLAGS@ @CFLAGS@
208
CFLAGS_SL= @SHARED_LIB@
209
-LDFLAGS= @LDFLAGS@ @LIBS@
+LIBS= @LIBS@
210
+LDFLAGS= @LDFLAGS@ $(LIBS)
211
DLSUFFIX= @DLSUFFIX@
212
LN_S= @LN_S@
213
TAR= @tar@
0 commit comments