mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 00:41:02 +00:00
DISA fix, makefile fix (bug #3049)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4461 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -16,11 +16,11 @@ TARGET+=$(shell if [ -f /usr/include/newt.h ]; then echo "astman"; else if [ -f
|
||||
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:
|
||||
|
||||
|
Reference in New Issue
Block a user