aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-13 15:11:29 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-13 15:11:29 +0000
commite456018965d8b98822ee87ddae9ba2b00abc6bad (patch)
tree62c272498a5581782c1a3f7fc4ec1576be8858bc /utils
parent2e887fc053fdce31a7b86813b662cd590f8b1494 (diff)
minor fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33869 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 49e466caa..27d1d39b4 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -74,10 +74,10 @@ check_expr: check_expr.c ast_expr2.o ast_expr2f.o
$(CC) $(CFLAGS) -o $@ $^
aelflex.o: ../pbx/ael/ael_lex.c ../include/asterisk/ael_structs.h ../pbx/ael/ael.tab.h
- $(CC) $(CFLAGS) -I../pbx/ -DSTANDALONE -c -o $@ $<
+ $(CC) $(CFLAGS) -I../pbx -DSTANDALONE -c -o $@ $<
aelbison.o: ../pbx/ael/ael.tab.c ../pbx/ael/ael.tab.h ../include/asterisk/ael_structs.h
- $(CC) $(CFLAGS) -I../pbx/ -c -o $@ $<
+ $(CC) $(CFLAGS) -I../pbx -c -o $@ $<
pbx_ael.o: ../pbx/pbx_ael.c
$(CC) $(CFLAGS) -c -o $@ $<