(%EXT%.lo): Fix typo. Rename the file that
authorRaja R Harinath <harinath@acm.org>
Sat, 24 Aug 2002 03:32:12 +0000 (03:32 +0000)
committerRaja R Harinath <harinath@acm.org>
Sat, 24 Aug 2002 03:32:12 +0000 (03:32 +0000)
was generated by gcc -MF.

ChangeLog
lib/am/depend2.am

index a143de5..ecd5ee6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-23  Raja R Harinath  <harinath@cs.umn.edu>
+
+       * lib/am/depend2.am (%EXT%.lo): Fix typo.  Rename the file that
+       was generated by gcc -MF.
+
 2002-08-23  Pavel Roskin  <proski@gnu.org>
 
        * lib/am/progs.am: Exit in case of install failure, otherwise
index 21c947c..7c19acd 100644 (file)
@@ -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%