Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb692c95

Browse files
committed
Makefile.global failed to define $(LIBS), which is
unfortunate considering that several subdirectory makefiles were countingon it to do so...
1 parentd125610 commitb692c95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/Makefile.global.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.55 1999/02/02 03:43:56 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.56 1999/06/25 00:13:45 tgl Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -206,7 +206,8 @@ LEX= @LEX@
206206
AROPT= @AROPT@
207207
CFLAGS= -I$(SRCDIR)/include -I$(SRCDIR)/backend @CPPFLAGS@ @CFLAGS@
208208
CFLAGS_SL= @SHARED_LIB@
209-
LDFLAGS= @LDFLAGS@ @LIBS@
209+
LIBS= @LIBS@
210+
LDFLAGS= @LDFLAGS@ $(LIBS)
210211
DLSUFFIX= @DLSUFFIX@
211212
LN_S= @LN_S@
212213
TAR= @tar@

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp