summaryrefslogtreecommitdiff
path: root/lib/am/depend2.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-08-15 17:32:12 +0000
committerTom Tromey <tromey@redhat.com>2002-08-15 17:32:12 +0000
commit647d49ca5af27ff3cdd10fe10c40230d43068324 (patch)
tree744ade98da87ecd94106d739b333a6e9f2b37b89 /lib/am/depend2.am
parent7c28e462e5b33131be16056cd10d9b79a25b28a9 (diff)
downloadautomake-647d49ca5af27ff3cdd10fe10c40230d43068324.tar.gz
2002-08-15 Art Haas <ahaas@neosoft.com>
* lib/am/depend2.am: Use correct name for dependency file in libtool fastdep case.
Diffstat (limited to 'lib/am/depend2.am')
-rw-r--r--lib/am/depend2.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/am/depend2.am b/lib/am/depend2.am
index 8330e4837..21c947c54 100644
--- a/lib/am/depend2.am
+++ b/lib/am/depend2.am
@@ -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%