diff options
| author | Bryce McKinlay <bryce@waitaki.otago.ac.nz> | 2002-03-17 01:07:17 +0000 |
|---|---|---|
| committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2002-03-17 01:07:17 +0000 |
| commit | f9ad9ecf47bf3a058f089495c551fe61bdc8d532 (patch) | |
| tree | 8e1b344323caeabc35df27f438091077dff57a40 /libjava/Makefile.in | |
| parent | 1eb7ba303aa17e3e74b36b4ef4b347b4739f6989 (diff) | |
| download | gcc-f9ad9ecf47bf3a058f089495c551fe61bdc8d532.tar.gz gcc-f9ad9ecf47bf3a058f089495c551fe61bdc8d532.tar.bz2 gcc-f9ad9ecf47bf3a058f089495c551fe61bdc8d532.zip | |
Makefile.am: Escape quotes in echo.
* Makefile.am: Escape quotes in echo.
* Makefile.in: Rebuilt.
From-SVN: r50905
Diffstat (limited to 'libjava/Makefile.in')
| -rw-r--r-- | libjava/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/Makefile.in b/libjava/Makefile.in index 9c59392b03e..3d67cf93fb1 100644 --- a/libjava/Makefile.in +++ b/libjava/Makefile.in @@ -3218,7 +3218,7 @@ libgcj.jar: $(built_java_source_files) $(java_source_files) $(x_java_source_file @set fnord $(MAKEFLAGS); amf=$$2; fail=no; \ javac="$(JAVAC)"; \ cat tmp-list | (while read f; do \ - echo $$javac $(JCFLAGS) -classpath '' -bootclasspath $(here):$(srcdir) -d $(here) $$f; \ + echo $$javac $(JCFLAGS) -classpath \'\' -bootclasspath $(here):$(srcdir) -d $(here) $$f; \ $$javac $(JCFLAGS) -classpath '' -bootclasspath $(here):$(srcdir) -d $(here) $$f \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes ;; *) exit 1;; esac; \ done; \ |
