From 5680605b4d05cfcbe8c8513e009dd1efbd7a6972 Mon Sep 17 00:00:00 2001 From: lukem Date: Mon, 2 Feb 2004 14:21:51 +0000 Subject: [PATCH] check for ${X11SRCDIR.xc} instead of ${X11SRCDIR}; it's a bit more robust --- x11/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/Makefile b/x11/Makefile index 6f59e3229e00..7b848ad70482 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/23 23:03:23 lukem Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/02 14:21:51 lukem Exp $ .include @@ -52,9 +52,9 @@ check_X11SRCDIR: .PHONY .NOTMAIN @echo @echo "ERROR: setenv X11SRCDIR before doing that!" @false -.elif !exists(${X11SRCDIR}) +.elif !exists(${X11SRCDIR.xc}) @echo - @echo "ERROR: X11SRCDIR \`${X11SRCDIR}' does not exist" + @echo "ERROR: X11SRCDIR.xc \`${X11SRCDIR.xc}' does not exist" @false .else @true