automake
[Top][All Lists]
Advanced

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

Re: Removing dependencies


From: Raja R Harinath
Subject: Re: Removing dependencies
Date: Fri, 04 Apr 2003 18:20:28 -0600
User-agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.3.50 (gnu/linux)

Hi,

Raja R Harinath <address@hidden> writes:
[snip]
>   $(html_DATA): .html-stamp
>       if test -f $@; then :; else rm -f $<; done

That should read:

        if test -f $@; then :; else rm -f $<; $(MAKE) .html-stamp; done

- Hari
-- 
Raja R Harinath ------------------------------ address@hidden




reply via email to

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