From 6bb50195b3d2a78413e1c71f245e5e8b3601fe08 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 12 Apr 2005 12:09:04 +0000 Subject: fix the digest dep build (dast) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6273 a1c6a512-1295-4272-9138-f99709370657 --- www/digest/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'www/digest/Makefile') diff --git a/www/digest/Makefile b/www/digest/Makefile index 4e7b3ea696..61b18cd3c4 100644 --- a/www/digest/Makefile +++ b/www/digest/Makefile @@ -1,10 +1,15 @@ -ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ +ACTION=@echo preprocessing $@; \ + rm -f $@; \ + fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ SRC := $(wildcard *.t) OBJS := $(SRC:%.t=%.html) all: $(OBJS) digest.rss digest.mail +digest.html: digest.t news.t digesthead.t log.t + $(ACTION) $< + %.html : %.t news.t digesthead.t log.t $(ACTION) $< -- cgit v1.2.3