Edit

IABSD.fr/xenocara/lib/libdrm/Makefile.inc

Branch :

  • Show log

    Commit

  • Author : jsg
    Date : 2013-03-25 02:32:20
    Hash : aa892af5
    Message : update to libdrm 2.4.42 tested by matthieu@ krw@ mpi@ shadchin@ and ajacoutot@ ok mpi@

  • lib/libdrm/Makefile.inc
  • # $OpenBSD: Makefile.inc,v 1.5 2013/03/25 02:32:20 jsg Exp $
    
    PACKAGE_VERSION=	2.4.42
    
    NOPROFILE=
    
    includes: _SUBDIRUSE
    	cd ${.CURDIR}; for i in ${INCS}; do \
    	    j="cmp -s $$i ${DESTDIR}${INCSDIR}/$$i || \
    		${INSTALL_DATA} $$i ${DESTDIR}${INCSDIR}/"; \
    		echo "\tinstalling $$i"; \
    		eval "$$j"; \
    	done