From fad59be0f2ed961ae9828b895f46a0518a8877bd Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 2 Apr 1997 21:19:49 +0000 Subject: [PATCH] dependency fixlet --- automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.in b/automake.in index de975d3e..2ab5daec 100755 --- a/automake.in +++ b/automake.in @@ -2449,7 +2449,7 @@ sub scan_dependency_file $_ = $2; # Make sure to strip the .P file from the target. - ($target = $1) =~ s, *\.deps/[^.]\.P,,; + ($target = $1) =~ s, *\.deps/[^.]+\.P,,; $first_line = 0; } -- 2.43.5