automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patches for dependency generation on alpha/linux/ccc


From: Raja R Harinath
Subject: Re: Patches for dependency generation on alpha/linux/ccc
Date: Tue, 17 Jul 2001 12:52:54 -0500
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.103

Erik Lindahl <address@hidden> writes:
[snip]
>     if test $stat -eq 0; then :
>     else
> -      rm -f "$tmpdepfile"
>+      rm -f "$tmpdepfile1 $tmpdepfile2"

This seems wrong.  Use

        rm -f "$tmpdepfile1" "$tmpdepfile2"

- Hari
-- 
Raja R Harinath ------------------------------ address@hidden
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]