]> sourceware.org Git - automake.git/commitdiff
(%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 a143de51deec6e698f1dfede1e1cedddb683bc5d..ecd5ee670e77de48d5826fb1c18f7a87b3770da7 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 21c947c54202faef7e31c6ac2ea53d96b8815166..7c19acdba9b53ced35eb85d5edce599ce3a51130 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%
This page took 0.028843 seconds and 5 git commands to generate.