From 897eabda05d883f65dc90cc0b343480e84e47c07 Mon Sep 17 00:00:00 2001 From: matthieu Date: Mon, 4 Dec 2006 21:09:59 +0000 Subject: [PATCH] Fix build without an obj dir. --- doc/gl-docs/GL/gl/Makefile.bsd-wrapper | 4 ++-- doc/gl-docs/GL/glx/Makefile.bsd-wrapper | 4 ++-- doc/gl-docs/GLU/Makefile.bsd-wrapper | 4 ++-- doc/gl-docs/GLw/Makefile.bsd-wrapper | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/gl-docs/GL/gl/Makefile.bsd-wrapper b/doc/gl-docs/GL/gl/Makefile.bsd-wrapper index db4c70036..7e917965a 100644 --- a/doc/gl-docs/GL/gl/Makefile.bsd-wrapper +++ b/doc/gl-docs/GL/gl/Makefile.bsd-wrapper @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/30 17:24:57 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/12/04 21:09:59 matthieu Exp $ all: includes $(MAKE) depend: - lndir ${.CURDIR} + if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi if [ -x $(X11BASE)/bin/xmkmf ]; then \ $(X11BASE)/bin/xmkmf ; \ fi diff --git a/doc/gl-docs/GL/glx/Makefile.bsd-wrapper b/doc/gl-docs/GL/glx/Makefile.bsd-wrapper index 771b28dfb..b58ec7d69 100644 --- a/doc/gl-docs/GL/glx/Makefile.bsd-wrapper +++ b/doc/gl-docs/GL/glx/Makefile.bsd-wrapper @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/30 17:24:57 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/12/04 21:09:59 matthieu Exp $ all: includes $(MAKE) depend: - lndir ${.CURDIR} + if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi if [ -x $(X11BASE)/bin/xmkmf ]; then \ $(X11BASE)/bin/xmkmf ;\ fi diff --git a/doc/gl-docs/GLU/Makefile.bsd-wrapper b/doc/gl-docs/GLU/Makefile.bsd-wrapper index 771b28dfb..b58ec7d69 100644 --- a/doc/gl-docs/GLU/Makefile.bsd-wrapper +++ b/doc/gl-docs/GLU/Makefile.bsd-wrapper @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/30 17:24:57 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/12/04 21:09:59 matthieu Exp $ all: includes $(MAKE) depend: - lndir ${.CURDIR} + if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi if [ -x $(X11BASE)/bin/xmkmf ]; then \ $(X11BASE)/bin/xmkmf ;\ fi diff --git a/doc/gl-docs/GLw/Makefile.bsd-wrapper b/doc/gl-docs/GLw/Makefile.bsd-wrapper index 771b28dfb..b58ec7d69 100644 --- a/doc/gl-docs/GLw/Makefile.bsd-wrapper +++ b/doc/gl-docs/GLw/Makefile.bsd-wrapper @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/30 17:24:57 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/12/04 21:09:59 matthieu Exp $ all: includes $(MAKE) depend: - lndir ${.CURDIR} + if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi if [ -x $(X11BASE)/bin/xmkmf ]; then \ $(X11BASE)/bin/xmkmf ;\ fi