Rework the way Makefiles are generated.
This avoid errors seen by marco@ (and others previously) when skipping 'make depend'.
This commit is contained in:
parent
453e6ce218
commit
0e635a0ce3
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/12/04 21:09:59 matthieu Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2009/03/27 07:24:02 matthieu Exp $
|
||||
|
||||
all: includes
|
||||
all: Makefile
|
||||
$(MAKE)
|
||||
|
||||
depend:
|
||||
Makefile:
|
||||
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
|
||||
if [ -x $(X11BASE)/bin/xmkmf ]; then \
|
||||
$(X11BASE)/bin/xmkmf ; \
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/12/04 21:09:59 matthieu Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2009/03/27 07:24:02 matthieu Exp $
|
||||
|
||||
all: includes
|
||||
all: Makefile
|
||||
$(MAKE)
|
||||
|
||||
depend:
|
||||
Makefile:
|
||||
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
|
||||
if [ -x $(X11BASE)/bin/xmkmf ]; then \
|
||||
$(X11BASE)/bin/xmkmf ;\
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/12/04 21:09:59 matthieu Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2009/03/27 07:24:02 matthieu Exp $
|
||||
|
||||
all: includes
|
||||
all: Makefile
|
||||
$(MAKE)
|
||||
|
||||
depend:
|
||||
Makefile:
|
||||
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
|
||||
if [ -x $(X11BASE)/bin/xmkmf ]; then \
|
||||
$(X11BASE)/bin/xmkmf ;\
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/12/04 21:09:59 matthieu Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2009/03/27 07:24:02 matthieu Exp $
|
||||
|
||||
all: includes
|
||||
all: Makefile
|
||||
$(MAKE)
|
||||
|
||||
depend:
|
||||
Makefile:
|
||||
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
|
||||
if [ -x $(X11BASE)/bin/xmkmf ]; then \
|
||||
$(X11BASE)/bin/xmkmf ;\
|
||||
|
Loading…
Reference in New Issue
Block a user