[PATCH] Fix typo in `aot-compile' option list
Roland Lutz <[email protected]>
| Newsgroups | gmane.comp.gcc.java.patches,gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Roland Lutz <[email protected]> --- libjava/contrib/aot-compile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libjava/contrib/aot-compile.in b/libjava/contrib/aot-compile.in index 91cfc67..2ee6739 100644 --- a/libjava/contrib/aot-compile.in +++ b/libjava/contrib/aot-compile.in @@ -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: -- 1.7.10.4