Fix build without an obj dir.
This commit is contained in:
parent
03d555ad9a
commit
897eabda05
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user