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/Makefile | 2 +- www/docs/Makefile | 2 +- www/internals/Makefile | 2 +- www/irc/Makefile | 2 +- www/mods/Makefile | 2 +- www/schematics/Makefile | 2 +- www/sh-win/Makefile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'www') diff --git a/www/Makefile b/www/Makefile index ba02760576..3df6536134 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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) diff --git a/www/docs/Makefile b/www/docs/Makefile index 5ec9d50aa5..751a62f256 100644 --- a/www/docs/Makefile +++ b/www/docs/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) 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) diff --git a/www/irc/Makefile b/www/irc/Makefile index 42455c7478..a82036abc7 100644 --- a/www/irc/Makefile +++ b/www/irc/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) 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) diff --git a/www/schematics/Makefile b/www/schematics/Makefile index 5ec9d50aa5..751a62f256 100644 --- a/www/schematics/Makefile +++ b/www/schematics/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) diff --git a/www/sh-win/Makefile b/www/sh-win/Makefile index 5ec9d50aa5..751a62f256 100644 --- a/www/sh-win/Makefile +++ b/www/sh-win/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