Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2016 18:43:12 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r307683 - head/gnu/lib
Message-ID:  <201610201843.u9KIhCft039299@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Oct 20 18:43:12 2016
New Revision: 307683
URL: https://svnweb.freebsd.org/changeset/base/307683

Log:
  Correct typo in r307679: the variable is MK_GNU_GREP_COMPAT

Modified:
  head/gnu/lib/Makefile

Modified: head/gnu/lib/Makefile
==============================================================================
--- head/gnu/lib/Makefile	Thu Oct 20 18:38:37 2016	(r307682)
+++ head/gnu/lib/Makefile	Thu Oct 20 18:43:12 2016	(r307683)
@@ -15,7 +15,7 @@ SUBDIR+=	libreadline
 .endif
 
 .if ${MK_GNU_DIFF} != "no" || ${MK_GNU_GREP} != "no" || \
-    ${GNU_GREP_COMPAT} != "no" || ${MK_GDB} != "no"
+    ${MK_GNU_GREP_COMPAT} != "no" || ${MK_GDB} != "no"
 SUBDIR+=		libregex
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610201843.u9KIhCft039299>