summaryrefslogtreecommitdiff
path: root/www/irc
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-05-07 12:43:31 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-05-07 12:43:31 +0000
commit96947e3fb8ecaf06ef8b3beceaf04c9bc5003212 (patch)
tree3b8c5e4867ace6d5894c57438a48603c52cd46f2 /www/irc
parent7488832c7e360df22226f4b873401b6fd0e42838 (diff)
downloadrockbox-96947e3fb8ecaf06ef8b3beceaf04c9bc5003212.tar.gz
rockbox-96947e3fb8ecaf06ef8b3beceaf04c9bc5003212.zip
Fixed makefiles
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@495 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/irc')
-rw-r--r--www/irc/Makefile2
1 files changed, 1 insertions, 1 deletions
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 @@
1ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) 4OBJS := $(SRC:%.t=%.html)