aot-compile.in: Fix typo in option list.

2013-06-20  Roland Lutz  <rlutz@hedmen.org>

 	* contrib/aot-compile.in: Fix typo in option list.

From-SVN: r200469
This commit is contained in:
Roland Lutz 2013-06-27 13:58:20 +00:00 committed by Andrew Haley
parent 79ee9826b3
commit d0c8b5fc8f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-06-20 Roland Lutz <rlutz@hedmen.org>
* contrib/aot-compile.in: Fix typo in option list.
2013-06-20 Matthias Klose <doko@ubuntu.com>
* pkg.m4 (PKG_CHECK_MODULES): Use AC_PATH_TOOL to check for pkg-config.

View File

@ -52,7 +52,7 @@ try:
sys.argv[1:],
"M:C:D:m:c:l:e:",
["make=", "gcj=", "dbtool=",
"makeflags=" "gcjflags=", "ldflags=",
"makeflags=", "gcjflags=", "ldflags=",
"exclude="])
srcdir, dstdir = args
except: