diff options
author | John Crispin <john@phrozen.org> | 2017-07-06 08:57:27 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-07-06 08:57:27 +0200 |
commit | 6b127d86390f85e92e59f3dba04fa585efb3b2c5 (patch) | |
tree | 206bcd78cfd4f1b2035a93b758504df87ddf7194 /tools/flex/Makefile | |
parent | c2a4f144d7a0b7ac6957b51a9be2ec0b694d159d (diff) | |
download | upstream-6b127d86390f85e92e59f3dba04fa585efb3b2c5.tar.gz upstream-6b127d86390f85e92e59f3dba04fa585efb3b2c5.tar.bz2 upstream-6b127d86390f85e92e59f3dba04fa585efb3b2c5.zip |
tools/flex: add autoreconf
build blows up on latest debian due to automake mismatch
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'tools/flex/Makefile')
-rw-r--r-- | tools/flex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/flex/Makefile b/tools/flex/Makefile index 1398b1ae51..ca9aa98989 100644 --- a/tools/flex/Makefile +++ b/tools/flex/Makefile @@ -15,6 +15,7 @@ PKG_HASH:=e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995 HOST_FIXUP:=autoreconf HOST_BUILD_PARALLEL:=1 +HOST_FIXUP:=autoreconf include $(INCLUDE_DIR)/host-build.mk |