Regenerate using Automake 1.6.

This commit is contained in:
Paul Eggert
2002-03-19 10:54:32 +00:00
parent 7bbd91208c
commit 334414e7f8
9 changed files with 127 additions and 98 deletions

View File

@@ -324,7 +324,7 @@ makedepend)
if test "$stat" != 0; then exit $stat; fi
rm -f "$depfile"
cat < "$tmpdepfile" > "$depfile"
tail +3 "$tmpdepfile" | tr ' ' '
sed '1,2d' "$tmpdepfile" | tr ' ' '
' | \
## Some versions of the HPUX 10.20 sed can't process this invocation
## correctly. Breaking it into two sed invocations is a workaround.