aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-24 18:18:14 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-24 18:18:14 +0000
commit2671db405173161636e8e6f1933d4d4ed932b485 (patch)
treebab25ada18ee072e53c7d79c0b5669916e4ea6cb /utils
parentd151a56839974e09a0619f0c8e7bfae9cb82b5d1 (diff)
don't force the compiler name
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30012 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/Makefile b/utils/Makefile
index c141d7cf9..beaf68031 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -92,9 +92,9 @@ ael_main1.o : ael_main.c ../include/asterisk/ael_structs.h
$(CC) $(CFLAGS) -c -g -o ael_main1.o ael_main.c
testexpr2s: ../ast_expr2f.c ../ast_expr2.c ../ast_expr2.h
- gcc -g -c -I../include -DSTANDALONE ../ast_expr2f.c -o ast_expr2f.o
- gcc -g -c -I../include -DSTANDALONE ../ast_expr2.c -o ast_expr2.o
- gcc -g -o testexpr2s ast_expr2f.o ast_expr2.o
+ $(CC) -g -c -I../include -DSTANDALONE ../ast_expr2f.c -o ast_expr2f.o
+ $(CC) -g -c -I../include -DSTANDALONE ../ast_expr2.c -o ast_expr2.o
+ $(CC) -g -o testexpr2s ast_expr2f.o ast_expr2.o
rm ast_expr2.o ast_expr2f.o
./testexpr2s expr2.testinput