From af8612c17ac1a5ea3d4c06a9eb1ce4604f82e6a1 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 20 Apr 2017 19:33:00 +0000 Subject: [PATCH] GNU diff is done and GNU diff3 is not using libgnuregex, so no need to condition the build of libgnuregex anymore on WITHOUT_GNU_DIFF --- gnu/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 5753da8b40a..6112624560d 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -9,8 +9,8 @@ SUBDIR.${MK_SSP}+= libssp SUBDIR.${MK_TESTS}+= tests SUBDIR.${MK_GDB}+= libreadline -.if ${MK_GNU_DIFF} != "no" || ${MK_GNU_GREP} != "no" || \ - ${MK_GNU_GREP_COMPAT} != "no" || ${MK_GDB} != "no" +.if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \ + ${MK_GDB} != "no" SUBDIR+= libregex .endif