[svn-commits] tilghman: trunk r248667 - /trunk/channels/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 24 16:44:59 CST 2010


Author: tilghman
Date: Wed Feb 24 16:44:55 2010
New Revision: 248667

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=248667
Log:
Also kill the .i files, or else the build process will not recreate them, when we
change flags.  Fixes a weird symbol problem mmichelson was having in a group branch,
but also applies to trunk.

Modified:
    trunk/channels/Makefile

Modified: trunk/channels/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/Makefile?view=diff&rev=248667&r1=248666&r2=248667
==============================================================================
--- trunk/channels/Makefile (original)
+++ trunk/channels/Makefile Wed Feb 24 16:44:55 2010
@@ -64,7 +64,7 @@
 clean::
 	$(MAKE) -C misdn clean
 	if [ -f h323/Makefile ]; then $(MAKE) -C h323 clean; fi
-	rm -f sip/*.o
+	rm -f sip/*.o sip/*.i
 
 dist-clean::
 	rm -f h323/Makefile




More information about the svn-commits mailing list