[asterisk-commits] rizzo: branch rizzo/astobj2 r45803 -
/team/rizzo/astobj2/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Oct 20 14:56:35 MST 2006
Author: rizzo
Date: Fri Oct 20 16:56:34 2006
New Revision: 45803
URL: http://svn.digium.com/view/asterisk?rev=45803&view=rev
Log:
compiling from scratch misses build.h
This is part of the fix, but i think we need to
add another dependency somewhere (same as for version.h)
Does it apply to trunk/1.4 as well ?
Modified:
team/rizzo/astobj2/Makefile
Modified: team/rizzo/astobj2/Makefile
URL: http://svn.digium.com/view/asterisk/team/rizzo/astobj2/Makefile?rev=45803&r1=45802&r2=45803&view=diff
==============================================================================
--- team/rizzo/astobj2/Makefile (original)
+++ team/rizzo/astobj2/Makefile Fri Oct 20 16:56:34 2006
@@ -320,6 +320,13 @@
include/asterisk/version.h:
@build_tools/make_version_h > $@.tmp
+ @if cmp -s $@.tmp $@ ; then : ; else \
+ mv $@.tmp $@ ; \
+ fi
+ @rm -f $@.tmp
+
+include/asterisk/build.h:
+ @build_tools/make_build_h > $@.tmp
@if cmp -s $@.tmp $@ ; then : ; else \
mv $@.tmp $@ ; \
fi
More information about the asterisk-commits
mailing list