mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-14 05:08:53 +00:00
Rework the way Makefiles are generated.
This avoid errors seen by marco@ (and others previously) when skipping 'make depend'.
This commit is contained in:
@@ -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)
|
$(MAKE)
|
||||||
|
|
||||||
depend:
|
Makefile:
|
||||||
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
|
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
|
||||||
if [ -x $(X11BASE)/bin/xmkmf ]; then \
|
if [ -x $(X11BASE)/bin/xmkmf ]; then \
|
||||||
$(X11BASE)/bin/xmkmf ; \
|
$(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)
|
$(MAKE)
|
||||||
|
|
||||||
depend:
|
Makefile:
|
||||||
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
|
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
|
||||||
if [ -x $(X11BASE)/bin/xmkmf ]; then \
|
if [ -x $(X11BASE)/bin/xmkmf ]; then \
|
||||||
$(X11BASE)/bin/xmkmf ;\
|
$(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)
|
$(MAKE)
|
||||||
|
|
||||||
depend:
|
Makefile:
|
||||||
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
|
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
|
||||||
if [ -x $(X11BASE)/bin/xmkmf ]; then \
|
if [ -x $(X11BASE)/bin/xmkmf ]; then \
|
||||||
$(X11BASE)/bin/xmkmf ;\
|
$(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)
|
$(MAKE)
|
||||||
|
|
||||||
depend:
|
Makefile:
|
||||||
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
|
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
|
||||||
if [ -x $(X11BASE)/bin/xmkmf ]; then \
|
if [ -x $(X11BASE)/bin/xmkmf ]; then \
|
||||||
$(X11BASE)/bin/xmkmf ;\
|
$(X11BASE)/bin/xmkmf ;\
|
||||||
|
|||||||
Reference in New Issue
Block a user