From: Peter Rosin Date: Mon, 9 Mar 2009 15:53:11 +0000 (+0100) Subject: * tests/compile2.test: Fix typo. X-Git-Tag: v1.10b~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86ff47524cc3dff391072e12249880bfa0d42e57;p=platform%2Fupstream%2Fautomake.git * tests/compile2.test: Fix typo. --- diff --git a/ChangeLog b/ChangeLog index bc8ad4d..6f53021 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-09 Peter Rosin + + * tests/compile2.test: Fix typo. + 2009-03-07 Ralf Wildenhues 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