dect
/
asterisk
Archived
13
0
Fork 0

Fix minor makefile issues (bug #3036)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4444 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-12-13 21:45:03 +00:00
parent d191b8e09d
commit 6e1a5b03df
2 changed files with 2 additions and 2 deletions

View File

@ -489,7 +489,7 @@ clean: semi-clean
-rm $(RMFLAGS) $(LIBGSM) $(ADDTST)/add \
$(TOAST) $(TCAT) $(UNTOAST) \
$(ROOT)/gsm-1.0.tar.Z
rm -rf lib
# Two tools that helped me generate gsm_encode.c and gsm_decode.c,
# but aren't generally needed to port this.

View File

@ -24,7 +24,7 @@ none:
@echo Not building the Asterisk Manager "astman"
clean:
rm -f *.o astman .depend
rm -f *.o astman smsq .depend
astman: astman.o ../md5.o
$(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt