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:
parent
f2a60ff11d
commit
6bb50195b3
1 changed files with 6 additions and 1 deletions
|
@ -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)
|
SRC := $(wildcard *.t)
|
||||||
OBJS := $(SRC:%.t=%.html)
|
OBJS := $(SRC:%.t=%.html)
|
||||||
|
|
||||||
all: $(OBJS) digest.rss digest.mail
|
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
|
%.html : %.t news.t digesthead.t log.t
|
||||||
$(ACTION) $<
|
$(ACTION) $<
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue