We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aea6a0 commit 7698127Copy full SHA for 7698127
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.83 1997/01/06 10:09:04 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.84 1997/01/08 08:30:21 bryanh Exp $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -706,7 +706,7 @@ endif
706
# This goes here so that customization in Makefile.custom is effective
707
##############################################################################
708
709
-ifeq($(CUSTOM_INSTALL),)
+ifneq ($(CUSTOM_INSTALL),)
710
INSTALL= $(CUSTOM_INSTALL)
711
endif
712
0 commit comments