|
| 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
| [Prev in Thread] | Current Thread | [Next in Thread] |