]> granicus.if.org Git - postgresql/commitdiff
Fix syntax error introduced in last update.
authorBryan Henderson <bryanh@giraffe.netgate.net>
Wed, 13 Nov 1996 11:43:04 +0000 (11:43 +0000)
committerBryan Henderson <bryanh@giraffe.netgate.net>
Wed, 13 Nov 1996 11:43:04 +0000 (11:43 +0000)
src/Makefile.global

index 2972c03e5ab63c5436d87cc42a4a6b46789b24b1..0b5464b65d9fd816cee05da73e26ed796e849f14 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.65 1996/11/13 10:35:00 bryanh Exp $
+#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.66 1996/11/13 11:43:04 bryanh Exp $
 #
 # NOTES
 #    Essentially all Postgres make files include this file and use the 
@@ -260,7 +260,7 @@ BACKSLASH_C=
 # This includes your local customizations if Makefile.custom exists
 # in the source directory.  This file doesn't exist in the original
 # distribution so that it doesn't get overwritten when you upgrade.
-ifneq ($(wildcard $(SRCDIR/Makefile.custom), )
+ifneq ($(wildcard $(SRCDIR)/Makefile.custom), )
 include $(SRCDIR)/Makefile.custom
 endif