diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-05-07 12:43:31 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-05-07 12:43:31 +0000 |
commit | 96947e3fb8ecaf06ef8b3beceaf04c9bc5003212 (patch) | |
tree | 3b8c5e4867ace6d5894c57438a48603c52cd46f2 /www/mods | |
parent | 7488832c7e360df22226f4b873401b6fd0e42838 (diff) |
Fixed makefiles
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@495 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/mods')
-rw-r--r-- | www/mods/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mods/Makefile b/www/mods/Makefile index 5ec9d50aa5..751a62f256 100644 --- a/www/mods/Makefile +++ b/www/mods/Makefile @@ -1,4 +1,4 @@ -ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ +ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ SRC := $(wildcard *.t) OBJS := $(SRC:%.t=%.html) |