from Raja R Harinath * lib/am/depend2.am (%EXT%.lo): Fix typo introduce in patch (2002-08-15 Art Haas ). Index: lib/am/depend2.am =================================================================== RCS file: /cvs/automake/automake/lib/am/depend2.am,v retrieving revision 1.47 diff -u -p -u -r1.47 depend2.am --- lib/am/depend2.am 15 Aug 2002 17:32:12 -0000 1.47 +++ lib/am/depend2.am 23 Aug 2002 00:35:43 -0000 @@ -83,8 +83,8 @@ if %FASTDEP% ## In fast-dep mode, we can always use -o. if %LTCOMPILE% -MT %LTOBJ% -MD -MP -MF "%DEPBASE%.Tpo" \ %-c% -o %LTOBJ% `test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE%; \ - then mv "%DEPBASE%.TPlo" "%DEPBASE%.Plo"; \ - else rm -f "%DEPBASE%.TPlo"; exit 1; \ + then mv "%DEPBASE%.Tpo" "%DEPBASE%.Plo"; \ + else rm -f "%DEPBASE%.Tpo"; exit 1; \ fi else !%FASTDEP% if %AMDEP%