From 2abd48643a0d07e0cc6c234eeb2ba990f7b8aab5 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 20 Oct 2016 18:43:12 +0000 Subject: [PATCH] Correct typo in r307679: the variable is MK_GNU_GREP_COMPAT --- gnu/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index cfb69a841ac..0e17c229ed2 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -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