From 96947e3fb8ecaf06ef8b3beceaf04c9bc5003212 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 7 May 2002 12:43:31 +0000 Subject: Fixed makefiles git-svn-id: svn://svn.rockbox.org/rockbox/trunk@495 a1c6a512-1295-4272-9138-f99709370657 --- www/internals/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/internals') diff --git a/www/internals/Makefile b/www/internals/Makefile index 5ec9d50aa5..751a62f256 100644 --- a/www/internals/Makefile +++ b/www/internals/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) -- cgit v1.2.3