2002-08-15 Art Haas <ahaas@neosoft.com>
authorTom Tromey <tromey@redhat.com>
Thu, 15 Aug 2002 17:32:12 +0000 (17:32 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 15 Aug 2002 17:32:12 +0000 (17:32 +0000)
* lib/am/depend2.am: Use correct name for dependency file in
libtool fastdep case.

ChangeLog
lib/am/depend2.am

index 119c06ed249723acf1cfeda2adcca41a76105bd0..7e900c7634a4273dffe3545e5ec10b5b1a8ef5c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-15  Art Haas  <ahaas@neosoft.com>
+
+       * lib/am/depend2.am: Use correct name for dependency file in
+       libtool fastdep case.
+
 2002-08-14  Art Haas  <ahaas@neosoft.com>
 
        * lib/am/depend2.am: Added missing `;'.
index 8330e48375a6df1d201658fe0a9e4fe1bb939fc6..21c947c54202faef7e31c6ac2ea53d96b8815166 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%.Tpo" "%DEPBASE%.Po"; \
-       else rm -f "%DEPBASE%.Tpo"; exit 1; \
+       then mv "%DEPBASE%.TPlo" "%DEPBASE%.Plo"; \
+       else rm -f "%DEPBASE%.TPlo"; exit 1; \
        fi
 else !%FASTDEP%
 if %AMDEP%