1
0
Fork 0
forked from len0rd/rockbox

fix the digest dep build (dast)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6273 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2005-04-12 12:09:04 +00:00
parent f2a60ff11d
commit 6bb50195b3

View file

@ -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) $<