diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $< > $@ |