[svn-commits] trunk r29731 - /trunk/pbx/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue May 23 10:09:51 MST 2006


Author: russell
Date: Tue May 23 12:09:51 2006
New Revision: 29731

URL: http://svn.digium.com/view/asterisk?rev=29731&view=rev
Log:
on a clean, we have to clean out the ael directory too

Modified:
    trunk/pbx/Makefile

Modified: trunk/pbx/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/pbx/Makefile?rev=29731&r1=29730&r2=29731&view=diff
==============================================================================
--- trunk/pbx/Makefile (original)
+++ trunk/pbx/Makefile Tue May 23 12:09:51 2006
@@ -26,6 +26,7 @@
 
 clean: clean-depend
 	rm -f *.so *.o
+	rm -f ael/*.o
 
 pbx_gtkconsole.o: pbx_gtkconsole.c
 	$(CC) $(CFLAGS) $(GTK_FLAGS) -c -o $@ $<



More information about the svn-commits mailing list