1
0
Fork 0
forked from len0rd/rockbox

Fixed makefiles

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@495 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-05-07 12:43:31 +00:00
parent 7488832c7e
commit 96947e3fb8
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -Uunix -H -C -V -LL >$@
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
SRC := $(wildcard *.t)
OBJS := $(SRC:%.t=%.html)