mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Fix to makefile (bug #4215)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -21,12 +21,12 @@ all: depend $(TARGET)
|
|||||||
install:
|
install:
|
||||||
for x in $(TARGET); do \
|
for x in $(TARGET); do \
|
||||||
if [ "$$x" != "none" ]; then \
|
if [ "$$x" != "none" ]; then \
|
||||||
install -m 755 $$x $(DESTDIR)$(ASTSBINDIR)/$$x; \
|
$(INSTALL) -m 755 $$x $(DESTDIR)$(ASTSBINDIR)/$$x; \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o astman smsq .depend
|
rm -f *.o astman smsq stereoize .depend
|
||||||
|
|
||||||
astman: astman.o ../md5.o
|
astman: astman.o ../md5.o
|
||||||
$(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt
|
$(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt
|
||||||
|
Reference in New Issue
Block a user