mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 11:19:04 +00:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user