mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +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:
|
||||
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
|
||||
|
Reference in New Issue
Block a user