From eaf04219d025fc66d403e0750ad05f70a2742317 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 29 Jun 2006 00:46:07 +0000 Subject: fix make update for Qwell :) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1196 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 09f5083..5cfc270 100644 --- a/Makefile +++ b/Makefile @@ -426,9 +426,9 @@ update: echo "Updating from Subversion..." ; \ svn update | tee update.out; \ rm -f .version; \ - if [ `$(GREP) -c ^C update.out` -gt 0 ]; then \ + if [ `grep -c ^C update.out` -gt 0 ]; then \ echo ; echo "The following files have conflicts:" ; \ - $(GREP) ^C update.out | cut -b4- ; \ + grep ^C update.out | cut -b4- ; \ fi ; \ rm -f update.out; \ else \ -- cgit v1.2.3