summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-04 21:10:00 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-04 21:10:00 +0000
commitc0836099aa49d71d37e34bcbf084fb54b6c43bbd (patch)
tree353dac7f6aa3f85adf17a07fda4e8b7fff3e7de0 /doc
parented05a01568d1807ad86dbc9013dbd0c4857a35e9 (diff)
Fix build without an obj dir.
Diffstat (limited to 'doc')
-rw-r--r--doc/gl-docs/GL/gl/Makefile.bsd-wrapper4
-rw-r--r--doc/gl-docs/GL/glx/Makefile.bsd-wrapper4
-rw-r--r--doc/gl-docs/GLU/Makefile.bsd-wrapper4
-rw-r--r--doc/gl-docs/GLw/Makefile.bsd-wrapper4
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