summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael Pratt <mcpratt@pm.me>2023-03-23 03:42:04 -0400
committerChristian Marangi <ansuelsmth@gmail.com>2023-05-04 06:07:27 +0200
commitd39c6cd29b212a6ad5d864893c7687f976600dd4 (patch)
tree71559f5d818b111a899793e98832d00c68094abc /tools
parente4977f614ffa2aaaaba0b5944747848b5b02f25a (diff)
downloadopenwrt-d39c6cd29b212a6ad5d864893c7687f976600dd4.tar.gz
tools/missing-macros: bump version of makeinfo alternative script
Some new releases of GNU tools are checking for a higher version of makeinfo than what our scripted alternative shows when working with checked-out sources instead of releases. Since this is a "fake" makeinfo we can also just fake the version. Signed-off-by: Michael Pratt <mcpratt@pm.me>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/missing-macros/src/bin/makeinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/missing-macros/src/bin/makeinfo b/tools/missing-macros/src/bin/makeinfo
index e163cba084..d698f7b79c 100755
--- a/tools/missing-macros/src/bin/makeinfo
+++ b/tools/missing-macros/src/bin/makeinfo
@@ -26,7 +26,7 @@ Getopt::Long::GetOptions(
if ($version)
{
- print "makeinfo (OpenWrt stub) 4.13\n";
+ print "makeinfo (OpenWrt stub) 9.99\n";
exit 0;
}