diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-31 10:52:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-31 10:52:08 +0000 |
commit | f4cccbc831f03f6348495f15ac15a4abff570275 (patch) | |
tree | 1d2e2afbff6614a48af3ae2a5b15b38b7985c379 /Makefile | |
parent | 70a7a0314d02f94d935ac4673d619f6ce3404fb5 (diff) |
set X11BASE explicitely when installing bsd.xorg.mk, because
the Makefile there doesn't see /usr/share/mk/bsd.xorg.mk.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2006/12/31 10:40:23 matthieu Exp $ +# $OpenBSD: Makefile,v 1.13 2006/12/31 10:52:07 matthieu Exp $ .include <bsd.own.mk> LOCALAPPD=/usr/local/lib/X11/app-defaults @@ -20,7 +20,7 @@ build: beforebuild _SUBDIRUSE bootstrap: ${SUDO} ${MAKE} distrib-dirs cd ${.CURDIR}/share/mk \ - && ${SUDO} ${MAKE} install + && ${SUDO} ${MAKE} X11BASE=${X11BASE} install beforebuild: bootstrap cd ${.CURDIR}/util/macros \ |