diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gl-docs/GL/gl/Makefile.bsd-wrapper | 4 | ||||
-rw-r--r-- | doc/gl-docs/GL/glx/Makefile.bsd-wrapper | 4 | ||||
-rw-r--r-- | doc/gl-docs/GLU/Makefile.bsd-wrapper | 4 | ||||
-rw-r--r-- | 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 |