[Asterisk-cvs] asterisk/utils Makefile,1.1,1.2

markster at lists.digium.com markster at lists.digium.com
Mon Dec 13 16:48:10 CST 2004


Update of /usr/cvsroot/asterisk/utils
In directory mongoose.digium.com:/tmp/cvs-serv18051/utils

Modified Files:
	Makefile 
Log Message:
Fix minor makefile issues (bug #3036)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	11 Dec 2004 22:36:27 -0000	1.1
+++ Makefile	13 Dec 2004 21:45:03 -0000	1.2
@@ -24,7 +24,7 @@
 	@echo Not building the Asterisk Manager "astman"
 
 clean:
-	rm -f *.o astman .depend
+	rm -f *.o astman smsq .depend
 
 astman: astman.o ../md5.o
 	$(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt




More information about the svn-commits mailing list