Edit

IABSD.fr/xenocara/doc/gl-docs/GLU/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2009-03-27 07:24:02
    Hash : 0e635a0c
    Message : Rework the way Makefiles are generated. This avoid errors seen by marco@ (and others previously) when skipping 'make depend'.

  • doc/gl-docs/GLU/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.4 2009/03/27 07:24:02 matthieu Exp $
    
    all:	Makefile
    	$(MAKE)
    
    Makefile:
    	if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
    	if [ -x $(X11BASE)/bin/xmkmf ]; then \
    		$(X11BASE)/bin/xmkmf ;\
    	fi
    
    install:
    	$(MAKE) install.man
    
    .include <bsd.xorg.mk>