From: Russell Bryant Date: Tue, 23 May 2006 17:09:51 +0000 (+0000) Subject: on a clean, we have to clean out the ael directory too X-Git-Tag: 1.4.0-beta1~1239 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9e55416894387879262f389800f7106f0d66195;p=thirdparty%2Fasterisk.git on a clean, we have to clean out the ael directory too git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29731 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/Makefile b/pbx/Makefile index 47ff9aa37d..e799c535e6 100644 --- a/pbx/Makefile +++ b/pbx/Makefile @@ -26,6 +26,7 @@ clean-depend: clean: clean-depend rm -f *.so *.o + rm -f ael/*.o pbx_gtkconsole.o: pbx_gtkconsole.c $(CC) $(CFLAGS) $(GTK_FLAGS) -c -o $@ $<