This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix typo in testsuite/Makefile.am (compile-tests)


Committed the fix for a typo as obvious to the trunk.

  Matthias

2007-02-05  Matthias Klose  <doko@debian.org>

	testsuite/Makefile.am (compile-tests): Fix typo.
	testsuite/Makefile.in: Regenerate.

Index: testsuite/Makefile.am
===================================================================
--- testsuite/Makefile.am	(Revision 121604)
+++ testsuite/Makefile.am	(Arbeitskopie)
@@ -59,7 +59,7 @@
 	  rm -rf $$testtmpdir; $(mkdir_p) $$testtmpdir; \
 	  if test -n "$$testdep"; then \
 	    $(GCJ) -C -g -w --encoding=UTF-8 -bootclasspath \
-	      $(top_builddir)/libgcj-$(gcc_version).jar::$testtmpdir \
+	      $(top_builddir)/libgcj-$(gcc_version).jar::$$testtmpdir \
 	      -d $$testtmpdir $(srcdir)/$$testdep || exit; \
 	  fi; \
 	  $(GCJ) -C -g -w --encoding=UTF-8 -bootclasspath \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]