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

Commit733abd2

Browse files
committed
Fix another erroneous =-for-:= substitution.
1 parent153affd commit733abd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Makefile.shlib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1998, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.107 2007/02/09 15:55:57 petere Exp $
9+
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.108 2007/02/11 19:31:45 tgl Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -171,7 +171,7 @@ ifeq ($(PORTNAME), hpux)
171171
# ld can find the same libraries gcc does. Make sure it goes after any
172172
# -L switches provided explicitly.
173173
ifeq ($(GCC), yes)
174-
SHLIB_LINK = $(filter -L%, $(SHLIB_LINK)) -L/usr/local/lib $(filter-out -L%, $(SHLIB_LINK))
174+
SHLIB_LINK:= $(filter -L%, $(SHLIB_LINK)) -L/usr/local/lib $(filter-out -L%, $(SHLIB_LINK))
175175
endif
176176
endif
177177
# do this last so above filtering doesn't pull out -L switches in LDFLAGS

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp