diff options
-rw-r--r-- | www/Makefile | 2 | ||||
-rw-r--r-- | www/docs/Makefile | 2 | ||||
-rw-r--r-- | www/internals/Makefile | 2 | ||||
-rw-r--r-- | www/irc/Makefile | 2 | ||||
-rw-r--r-- | www/mods/Makefile | 2 | ||||
-rw-r--r-- | www/schematics/Makefile | 2 | ||||
-rw-r--r-- | www/sh-win/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
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) |