svn commit: r307683 - head/gnu/lib

Ed Maste emaste at FreeBSD.org
Thu Oct 20 18:43:14 UTC 2016


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
 


More information about the svn-src-all mailing list