summaryrefslogtreecommitdiff
path: root/doc/gl-docs/GLU
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gl-docs/GLU')
-rw-r--r--doc/gl-docs/GLU/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
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