Skip to content
Snippets Groups Projects
Commit 6f76e2b7 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix to makefile (bug #4215)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent ea03a11e
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment