From e764a909e3d468a5597373cac087ecc008540e2d Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Sat, 25 Mar 2023 01:01:36 -0400 Subject: tools/flex: override SUBDIRS variable with Makefile Instead of editing the SUBDIRS variable with a patch, it can be overriden at the end of the command line when invoking Make. Skip the build for po files as well, which is causing a conflict depending on the version of gettext detected, and macros present. Signed-off-by: Michael Pratt --- tools/flex/patches/100-disable-tests-docs.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tools/flex/patches/100-disable-tests-docs.patch (limited to 'tools/flex/patches/100-disable-tests-docs.patch') diff --git a/tools/flex/patches/100-disable-tests-docs.patch b/tools/flex/patches/100-disable-tests-docs.patch deleted file mode 100644 index f7097f2127..0000000000 --- a/tools/flex/patches/100-disable-tests-docs.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -43,10 +43,7 @@ EXTRA_DIST = \ - - SUBDIRS = \ - src \ -- doc \ -- examples \ - po \ -- tests \ - tools - - # Create the ChangeLog, but only if we're inside a git working directory -- cgit v1.2.3