From 70e2d65f49ec4cdad8ef222c845f5ab074d5b0c8 Mon Sep 17 00:00:00 2001 From: tilghman Date: Mon, 25 Jan 2010 05:33:37 +0000 Subject: Oops, should have used CMD_PREFIX, not ECHO_PREFIX, for the commands. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@242723 f38db490-d61c-443f-a65b-d21fe96a405b --- pbx/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pbx') diff --git a/pbx/Makefile b/pbx/Makefile index e40a38998..a1a8aaa04 100644 --- a/pbx/Makefile +++ b/pbx/Makefile @@ -50,8 +50,8 @@ else ael/ael_lex.c: endif $(ECHO_PREFIX) echo " [FLEX] $< -> $@" - $(ECHO_PREFIX) (cd ael; flex ael.flex; sed -i -e "/begin standard C headers/i#include \"asterisk.h\"" ael_lex.c) - $(ECHO_PREFIX) (cd ael; sed 's@#if __STDC_VERSION__ >= 199901L@#if !defined __STDC_VERSION__ || __STDC_VERSION__ >= 199901L@' ael_lex.c > zz; mv zz ael_lex.c) + $(CMD_PREFIX) (cd ael; flex ael.flex; sed -i -e "/begin standard C headers/i#include \"asterisk.h\"" ael_lex.c) + $(CMD_PREFIX) (cd ael; sed 's@#if __STDC_VERSION__ >= 199901L@#if !defined __STDC_VERSION__ || __STDC_VERSION__ >= 199901L@' ael_lex.c > zz; mv zz ael_lex.c) ifneq ($(BISON),) ael/ael.tab.c ael/ael.tab.h: ael/ael.y @@ -59,7 +59,7 @@ else ael/ael.tab.c ael/ael.tab.h: endif $(ECHO_PREFIX) echo " [BISON] $< -> $@" - $(ECHO_PREFIX) (cd ael; bison -v -d ael.y) + $(CMD_PREFIX) (cd ael; bison -v -d ael.y) dundi-parser.o: dundi-parser.h dundi-parser.o: _ASTCFLAGS+=-I. -- cgit v1.2.3