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

Commit0cec8fe

Browse files
author
Bryan Henderson
committed
Fix syntax error introduced in last update.
1 parentb20766c commit0cec8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Makefile.global

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.65 1996/11/1310:35:00 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.66 1996/11/1311:43:04 bryanh Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -260,7 +260,7 @@ BACKSLASH_C=
260260
# This includes your local customizations if Makefile.custom exists
261261
# in the source directory. This file doesn't exist in the original
262262
# distribution so that it doesn't get overwritten when you upgrade.
263-
ifneq ($(wildcard $(SRCDIR/Makefile.custom), )
263+
ifneq ($(wildcard $(SRCDIR)/Makefile.custom), )
264264
include $(SRCDIR)/Makefile.custom
265265
endif
266266

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp