Don't use INSTALL_DATA here, it's not defined for initial bootstrap

(then /usr/X11R6/share/mk isn't installed). Noticed by naddy@. Thanks.
This commit is contained in:
matthieu
2010-05-08 21:09:51 +00:00
parent f5884c407e
commit 0aeea70505

View File

@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/05/08 14:15:29 matthieu Exp $
# $OpenBSD: Makefile,v 1.5 2010/05/08 21:09:51 matthieu Exp $
.include <bsd.own.mk>
@@ -7,6 +7,7 @@ FILES= automake.dep bsd.xconf.mk bsd.xorg.mk
all:
install::
${INSTALL_DATA} ${FILES} ${DESTDIR}${X11BASE}/share/mk
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${X11BASE}/share/mk
.include <bsd.xorg.mk>