From 5bf283d4060b2a8f90e347a42bbcfd40f5073942 Mon Sep 17 00:00:00 2001 From: Walter Doekes Date: Mon, 8 Apr 2013 18:24:50 +0000 Subject: Clean up Makefile "warning" clutter when makeopts doesn't exist. Review: https://reviewboard.asterisk.org/r/2304 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@384989 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- build_tools/mkpkgconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'build_tools/mkpkgconfig') diff --git a/build_tools/mkpkgconfig b/build_tools/mkpkgconfig index 08ecb924e..fd7d90686 100755 --- a/build_tools/mkpkgconfig +++ b/build_tools/mkpkgconfig @@ -1,5 +1,6 @@ #!/bin/sh PPATH="$1" +GREP=${GREP:-grep} ## Make sure we were called from Makefile if [ "x$ASTERISKVERSIONNUM" = "x" ]; then -- cgit v1.2.3