mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Fix minor makefile issues (bug #3036)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4444 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -489,7 +489,7 @@ clean: semi-clean
|
|||||||
-rm $(RMFLAGS) $(LIBGSM) $(ADDTST)/add \
|
-rm $(RMFLAGS) $(LIBGSM) $(ADDTST)/add \
|
||||||
$(TOAST) $(TCAT) $(UNTOAST) \
|
$(TOAST) $(TCAT) $(UNTOAST) \
|
||||||
$(ROOT)/gsm-1.0.tar.Z
|
$(ROOT)/gsm-1.0.tar.Z
|
||||||
|
rm -rf lib
|
||||||
|
|
||||||
# Two tools that helped me generate gsm_encode.c and gsm_decode.c,
|
# Two tools that helped me generate gsm_encode.c and gsm_decode.c,
|
||||||
# but aren't generally needed to port this.
|
# but aren't generally needed to port this.
|
||||||
|
@@ -24,7 +24,7 @@ none:
|
|||||||
@echo Not building the Asterisk Manager "astman"
|
@echo Not building the Asterisk Manager "astman"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o astman .depend
|
rm -f *.o astman smsq .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
|
||||||
|
Reference in New Issue
Block a user