Fix to makefile (bug )

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Mark Spencer 20 years ago
parent ea03a11e25
commit 6f76e2b705

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

Loading…
Cancel
Save