fix `make obj'
This commit is contained in:
parent
234e54c4ee
commit
e5a14047ef
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9320
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/internal/Makefile,v 1.23 2000/11/07 04:05:15 kuriyama Exp $
|
||||
# $FreeBSD: www/en/internal/Makefile,v 1.24 2001/01/18 08:46:24 kris Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -25,9 +25,9 @@ DOCS+= homepage.sgml
|
|||
.PHONY: homepage.inc
|
||||
|
||||
homepage.inc: homepage.pl
|
||||
${PERL} homepage.pl > ${.TARGET}
|
||||
${PERL} ${.CURDIR}/homepage.pl > ${.TARGET}
|
||||
|
||||
homepage.sgml: homepage.inc
|
||||
homepage.html: homepage.inc
|
||||
CLEANFILES+= homepage.inc
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue