提交 b692c956 编写于 作者: T Tom Lane

Makefile.global failed to define $(LIBS), which is

unfortunate considering that several subdirectory makefiles were counting
on it to do so...
上级 d1256104
......@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $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 $
#
# NOTES
# Essentially all Postgres make files include this file and use the
......@@ -206,7 +206,8 @@ LEX= @LEX@
AROPT= @AROPT@
CFLAGS= -I$(SRCDIR)/include -I$(SRCDIR)/backend @CPPFLAGS@ @CFLAGS@
CFLAGS_SL= @SHARED_LIB@
LDFLAGS= @LDFLAGS@ @LIBS@
LIBS= @LIBS@
LDFLAGS= @LDFLAGS@ $(LIBS)
DLSUFFIX= @DLSUFFIX@
LN_S= @LN_S@
TAR= @tar@
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册