Skip to content
Snippets Groups Projects
Commit 241cd616 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

minor fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33869 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0af1edef
Branches
Tags
No related merge requests found
......@@ -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 $@ $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment