[svn-commits] fjoe: freebsd/trunk r8501 - /freebsd/trunk/freebsd/dahdi/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Apr 12 09:52:39 CDT 2010


Author: fjoe
Date: Mon Apr 12 09:52:38 2010
New Revision: 8501

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8501
Log:
Fix DAHDIVERSION evaluation.

Modified:
    freebsd/trunk/freebsd/dahdi/Makefile

Modified: freebsd/trunk/freebsd/dahdi/Makefile
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/dahdi/Makefile?view=diff&rev=8501&r1=8500&r2=8501
==============================================================================
--- freebsd/trunk/freebsd/dahdi/Makefile (original)
+++ freebsd/trunk/freebsd/dahdi/Makefile Mon Apr 12 09:52:38 2010
@@ -8,7 +8,7 @@
 CLEANFILES=	version.h
 INCS=		user.h wctdm_user.h compat/types.h
 
-DAHDIVERSION!=	${.CURDIR}/../../build_tools/make_version ${.CURDIR}/../.. dahdi/linux
+DAHDIVERSION!=	${.CURDIR}/../../build_tools/make_version ${.CURDIR}/../.. dahdi/freebsd
 version.h::
 	@DAHDIVERSION="${DAHDIVERSION}" ${.CURDIR}/../../build_tools/make_version_h >${.TARGET}.tmp
 	@if ! cmp -s ${.TARGET}.tmp ${.TARGET}; then mv ${.TARGET}.tmp ${.TARGET}; fi




More information about the svn-commits mailing list