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

Commit65a10b1

Browse files
author
Bryan Henderson
committed
Missed this part when I eliminated $(srcdir); src/bin stuff won't compile.
1 parent6b135c9 commit65a10b1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎src/bin/Makefile.global

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.10 1996/11/11 13:39:10 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.11 1996/11/14 09:24:39 bryanh Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

1414
LIBPQDIR:= $(SRCDIR)/libpq
1515

16-
LD_ADD+= -L$(srcdir)/libpq -lpq
17-
DPADD+= -L$(srcdir)/libpq -lpq
18-
# LIB_DEP is the list of dependencies on libraries for the link.
19-
LIB_DEP+= $(LIBPQDIR)/libpq.a
16+
LD_ADD+= -L$(SRCDIR)/libpq -lpq
17+
DPADD+= -L$(SRCDIR)/libpq -lpq
2018

2119
#
2220
# And where libpq goes, so goes the authentication stuff...

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp