aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aaff542..1f5d2ee 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ clean:
rm -f ip.php
.rhtml.html: navigation.rhtml.inc master.rhtml
- ${CC} -f ${.IMPSRC} > ${.TARGET}
+ ${CC} -b ${BASEHREF} -f $< > $@
ip.php: ip.rhtml.php
- ${CC} -f ${.ALLSRC} > ${.TARGET}
+ ${CC} -b ${BASEHREF} -f $< > $@