[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
- Previous message: [Asterisk-cvs] asterisk/formats format_g723.c, 1.20,
1.21 format_g726.c, 1.11, 1.12 format_g729.c, 1.20,
1.21 format_gsm.c, 1.25, 1.26 format_h263.c, 1.12,
1.13 format_ilbc.c, 1.13, 1.14 format_pcm.c, 1.21,
1.22 format_pcm_alaw.c, 1.19, 1.20 format_sln.c, 1.10,
1.11 format_vox.c, 1.22, 1.23 format_wav.c, 1.25,
1.26 format_wav_gsm.c, 1.34, 1.35
- Next message: [Asterisk-cvs] asterisk-addons cdr_addon_mysql.c,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Asterisk-cvs] asterisk/formats format_g723.c, 1.20,
1.21 format_g726.c, 1.11, 1.12 format_g729.c, 1.20,
1.21 format_gsm.c, 1.25, 1.26 format_h263.c, 1.12,
1.13 format_ilbc.c, 1.13, 1.14 format_pcm.c, 1.21,
1.22 format_pcm_alaw.c, 1.19, 1.20 format_sln.c, 1.10,
1.11 format_vox.c, 1.22, 1.23 format_wav.c, 1.25,
1.26 format_wav_gsm.c, 1.34, 1.35
- Next message: [Asterisk-cvs] asterisk-addons cdr_addon_mysql.c,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list