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
This commit is contained in:
Baptiste Daroussin 2017-04-20 19:33:00 +00:00
parent fd1444e4c9
commit af8612c17a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317211

View file

@ -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