[Asterisk-cvs] asterisk/utils Makefile,1.3,1.4
markster at lists.digium.com
markster at lists.digium.com
Wed Dec 15 15:32:51 CST 2004
Update of /usr/cvsroot/asterisk/utils
In directory mongoose.digium.com:/tmp/cvs-serv31782/utils
Modified Files:
Makefile
Log Message:
DISA fix, makefile fix (bug #3049)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 15 Dec 2004 16:09:30 -0000 1.3
+++ Makefile 15 Dec 2004 20:29:31 -0000 1.4
@@ -16,11 +16,11 @@
all: depend $(TARGET)
install:
- if [ "$(TARGET)" != "none" ]; then \
- for x in $(TARGET); do \
+ for x in $(TARGET); do \
+ if [ "$$x" != "none" ]; then \
install -m 755 $$x $(DESTDIR)$(ASTSBINDIR)/astman; \
- done ; \
- fi
+ fi; \
+ done
none:
More information about the svn-commits
mailing list