[Asterisk-cvs] asterisk/utils Makefile,1.8,1.9

markster at lists.digium.com markster at lists.digium.com
Mon May 9 10:13:54 CDT 2005


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




More information about the svn-commits mailing list