Makefile.am: Escape quotes in echo.
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>
Sun, 17 Mar 2002 01:07:17 +0000 (01:07 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Sun, 17 Mar 2002 01:07:17 +0000 (01:07 +0000)
* Makefile.am: Escape quotes in echo.
* Makefile.in: Rebuilt.

From-SVN: r50905

libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in

index df7a417fa7c200aba9ecca75cf974f002c3652e1..c99540070d13569fdf31c087ff08a9ae63ad7ae2 100644 (file)
@@ -8,6 +8,9 @@
        * Makefile.in: Rebuilt.
        * libtool-version: Increment .so version number.
 
+       * Makefile.am: Escape quotes in echo.
+       * Makefile.in: Rebuilt.
+
 2002-03-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
 
        * Makefile.am: Use empty -classpath flag in addition to -bootclasspath.
index 5c5dbdeceb5c50e1bd83e13008d15eef5eaa0cdc..1f1b9f4897cb5d6c4b1382a045e610d5bd9d6af2 100644 (file)
@@ -187,7 +187,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; \
index 9c59392b03eebb1c7482602d449e5dd64aff28d7..3d67cf93fb1b963f2f5090091b6b7ca36f40950e 100644 (file)
@@ -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; \