소스 검색

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 <[email protected]>
Michael Pratt 2 년 전
부모
커밋
d39c6cd29b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/missing-macros/src/bin/makeinfo

+ 1 - 1
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;
 }