git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16288 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2010-01-13 20:14:36 +00:00
parent 27d3ba50fc
commit 2be15f5be3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
MK=`echo $(MAKE) | awk '{printf "%5s\n", $$0}' `
MK=`echo $(MAKE) | $(AWK) '{printf "%5s\n", $$0}' `
all:
@echo " +---------- FreeSWITCH Build Complete ----------+"