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

Modified Files:
        Makefile 
Log Message:
Fix to makefile (bug #4215)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile    27 Mar 2005 22:39:17 -0000      1.8
+++ Makefile    9 May 2005 14:20:11 -0000       1.9
@@ -21,12 +21,12 @@
 install:
        for x in $(TARGET); do \
                if [ "$$x" != "none" ]; then \
-                       install -m 755 $$x $(DESTDIR)$(ASTSBINDIR)/$$x; \
+                       $(INSTALL) -m 755 $$x $(DESTDIR)$(ASTSBINDIR)/$$x; \
                fi; \
        done 
 
 clean:
-       rm -f *.o astman smsq .depend
+       rm -f *.o astman smsq stereoize .depend
 
 astman: astman.o ../md5.o
        $(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to