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

Commited3db60

Browse files
committed
Fix typo in findstring use.
1 parent6ece8a8 commited3db60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/port/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# be converted to Method 2.
2020
#
2121
# IDENTIFICATION
22-
# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.6 1997/01/1303:54:20 bryanh Exp $
22+
# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.7 1997/01/1316:47:52 momjian Exp $
2323
#
2424
#-------------------------------------------------------------------------
2525

@@ -31,7 +31,7 @@ else
3131

3232
OBJS =$(PORTNAME)/SUBSYS.o
3333

34-
ifneq ($(findstring /$(PORTNAME)/, /sparc_solaris/ultrix4/nextstep/))
34+
ifneq (,$(findstring /$(PORTNAME)/, /sparc_solaris/ultrix4/nextstep/))
3535
# Other ports get the inet_aton() function from their standard C libraries.
3636
OBJS += inet_aton.o
3737
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp