Fix to makefile (bug #4215)

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

Loading…
Cancel
Save