automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-274-g86ff475
Date: Mon, 09 Mar 2009 18:19:20 +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=86ff47524cc3dff391072e12249880bfa0d42e57

The branch, master has been updated
       via  86ff47524cc3dff391072e12249880bfa0d42e57 (commit)
      from  a88a2a277a7b5f835a32c2120ce6afbbeabd4167 (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 86ff47524cc3dff391072e12249880bfa0d42e57
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 bc8ad4d..6f53021 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>
 
        Improve NetBSD 'make -n' output for many standard targets.
diff --git a/tests/compile2.test b/tests/compile2.test
index 9fe3354..fdc583f 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]