[Asterisk-cvs] asterisk Makefile,1.169,1.170

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu Jun 23 13:32:03 CDT 2005


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

Modified Files:
	Makefile 
Log Message:
don't repeat a command during 'make install' (bug #4582)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -d -r1.169 -r1.170
--- Makefile	22 Jun 2005 00:09:27 -0000	1.169
+++ Makefile	23 Jun 2005 17:32:36 -0000	1.170
@@ -550,7 +550,6 @@
 	mkdir -p $(DESTDIR)$(ASTSBINDIR)
 	mkdir -p $(DESTDIR)$(ASTETCDIR)
 	mkdir -p $(DESTDIR)$(ASTBINDIR)
-	mkdir -p $(DESTDIR)$(ASTSBINDIR)
 	mkdir -p $(DESTDIR)$(ASTVARRUNDIR)
 	mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/voicemail
 	mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/dictate




More information about the svn-commits mailing list