dect
/
asterisk
Archived
13
0
Fork 0

Fix to makefile (bug #4215)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5611 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2005-05-09 14:20:11 +00:00
parent cabec1d2f6
commit 820210ba24
1 changed files with 2 additions and 2 deletions

View File

@ -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