git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33869
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
$(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 $@ $<