Skip to content

Commit 7698127

Browse files
author
Bryan Henderson
committed
Fix syntax error
1 parent 5aea6a0 commit 7698127

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.83 1997/01/06 10:09:04 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.84 1997/01/08 08:30:21 bryanh Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -706,7 +706,7 @@ endif
706706
# This goes here so that customization in Makefile.custom is effective
707707
##############################################################################
708708

709-
ifeq($(CUSTOM_INSTALL),)
709+
ifneq ($(CUSTOM_INSTALL),)
710710
INSTALL= $(CUSTOM_INSTALL)
711711
endif
712712

0 commit comments

Comments
 (0)