Fix build without an obj dir.

This commit is contained in:
matthieu 2006-12-04 21:09:59 +00:00
parent 03d555ad9a
commit 897eabda05
4 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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