Remove the global 'make includes' step from 'make build'.

This is no longer needed and gets in the way of tightening
permission used during build. ok and suggestions natano@
This commit is contained in:
matthieu
2016-10-10 13:34:43 +00:00
parent 178fb5f1c1
commit d9fc70eb7c
5 changed files with 11 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
# $OpenBSD: bsd.xorg.mk,v 1.53 2016/03/28 11:59:06 matthieu Exp $ -*- makefile -*-
# $OpenBSD: bsd.xorg.mk,v 1.54 2016/10/10 13:34:43 matthieu Exp $ -*- makefile -*-
#
# Copyright <20> 2006,2012 Matthieu Herrb
#
@@ -129,10 +129,6 @@ realinstall: install-headers-subdirs
.MAIN: all
.endif
.if !target(includes)
includes: _SUBDIRUSE
.endif
.if defined(SHARED_LIBS)
_lt_libs=
.for _n _v in ${SHARED_LIBS}