[svn-commits] rizzo: branch rizzo/astobj2 r45884 - /team/rizzo/astobj2/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Oct 22 07:14:55 MST 2006


Author: rizzo
Date: Sun Oct 22 09:14:54 2006
New Revision: 45884

URL: http://svn.digium.com/view/asterisk?rev=45884&view=rev
Log:
remove duplicate


Modified:
    team/rizzo/astobj2/Makefile

Modified: team/rizzo/astobj2/Makefile
URL: http://svn.digium.com/view/asterisk/team/rizzo/astobj2/Makefile?rev=45884&r1=45883&r2=45884&view=diff
==============================================================================
--- team/rizzo/astobj2/Makefile (original)
+++ team/rizzo/astobj2/Makefile Sun Oct 22 09:14:54 2006
@@ -334,13 +334,6 @@
 
 include/asterisk/buildopts.h: menuselect.makeopts
 	@build_tools/make_buildopts_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 svn-commits mailing list