Tiny toplevel www/Makefile nit.
The <bsd.obj.mk> makefile include already pulls in <bsd.subdir.mk>, so including the later again causes spurious warnings about targets being redefined, like: "/usr/share/mk/bsd.subdir.mk", line 57: warning: duplicate script for target "_SUBDIR" ignored "/usr/share/mk/bsd.subdir.mk", line 66: warning: duplicate script for target "en" ignored "/usr/share/mk/bsd.subdir.mk", line 84: warning: duplicate script for target "files" ignored "/usr/share/mk/bsd.subdir.mk", line 84: warning: duplicate script for target "includes" ignored Removing the extra <bsd.subdir.mk> include fixes this.
This commit is contained in:
parent
52b2f5c688
commit
985193b94d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=30775
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/Makefile,v 1.24 2003/12/05 20:00:18 blackend Exp $
|
||||
# $FreeBSD: www/Makefile,v 1.25 2004/04/09 10:17:19 phantom Exp $
|
||||
|
||||
WEB_PREFIX= ${.CURDIR}
|
||||
|
||||
|
@ -7,4 +7,3 @@ SUBDIR= en
|
|||
links:
|
||||
|
||||
.include <bsd.obj.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
Loading…
Reference in a new issue