automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. v1.10


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. v1.10.2-39-g60bd540
Date: Mon, 09 Mar 2009 18:19:17 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=60bd540a04d75d40c5eb0e1a0d1c18dc2ff856a0

The branch, branch-1-10 has been updated
       via  60bd540a04d75d40c5eb0e1a0d1c18dc2ff856a0 (commit)
      from  22516106489396ba296aa5c77bafb9e38834799f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 60bd540a04d75d40c5eb0e1a0d1c18dc2ff856a0
Author: Peter Rosin <address@hidden>
Date:   Mon Mar 9 16:53:11 2009 +0100

    * tests/compile2.test: Fix typo.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    4 ++++
 tests/compile2.test |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 827ac1b..8df3978 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-09  Peter Rosin  <address@hidden>
+
+       * tests/compile2.test: Fix typo.
+
 2009-03-07  Ralf Wildenhues  <address@hidden>
 
        Solaris make testsuite fixes.
diff --git a/tests/compile2.test b/tests/compile2.test
index 9f5d7b3..a915c88 100755
--- a/tests/compile2.test
+++ b/tests/compile2.test
@@ -53,7 +53,7 @@ mkdir libltdl libltdl/libltdl
 # Since this test might run on non-w32 systems, we need to be careful not
 # to use any backslash sequences which might be interpreted by `echo'.
 amtest_source='libltdl\libltdl\slist.c'
-amtest_object='libtldl\libltdl\libltdl_libltdl_la-slist.obj'
+amtest_object='libltdl\libltdl\libltdl_libltdl_la-slist.obj'
 amtest_obj='slist.o'
 amtest_lock='slist_o.d'
 export amtest_source amtest_object amtest_obj amtest_lock
@@ -73,7 +73,7 @@ test -d "C:\\" && exit 77
 }
 
 amtest_source='C:\libltdl\libltdl\slist.c'
-amtest_object='C:\libtldl\libltdl\libltdl_libltdl_la-slist.obj'
+amtest_object='C:\libltdl\libltdl\libltdl_libltdl_la-slist.obj'
 amtest_obj='slist.o'
 amtest_lock='slist_o.d'
 export amtest_source amtest_object amtest_obj amtest_lock


hooks/post-receive
--
GNU Automake




reply via email to

[Prev in Thread] Current Thread [Next in Thread]