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 77a4729 commit cae01cdCopy full SHA for cae01cd
src/Makefile.global.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.60 1999/11/02 00:05:29 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.61 1999/12/10 05:00:36 momjian Exp $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -210,6 +210,7 @@ CFLAGS= -I$(SRCDIR)/include -I$(SRCDIR)/backend @CPPFLAGS@ @CFLAGS@
210
CFLAGS_SL= @SHARED_LIB@
211
LIBS= @LIBS@
212
LDFLAGS= @LDFLAGS@ $(LIBS)
213
+LDREL= -r
214
DLSUFFIX= @DLSUFFIX@
215
LN_S= @LN_S@
216
TAR= @tar@
0 commit comments