mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
don't rely on default search paths for finding local include files
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22438 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -54,10 +54,10 @@ pbx_ael.so: pbx_ael.o ael/aelbison.o ael/aelflex.o
|
||||
$(CC) $(SOLINK) -o $@ pbx_ael.o ael/aelbison.o ael/aelflex.o
|
||||
|
||||
ael/aelflex.o: ael/ael_lex.c ../include/asterisk/ael_structs.h ael/ael.tab.h
|
||||
$(CC) $(CFLAGS) -c -o ael/aelflex.o ael/ael_lex.c
|
||||
$(CC) $(CFLAGS) -I. -c -o ael/aelflex.o ael/ael_lex.c
|
||||
|
||||
ael/aelbison.o: ael/ael.tab.c ael/ael.tab.h ../include/asterisk/ael_structs.h
|
||||
$(CC) $(CFLAGS) -c -o ael/aelbison.o ael/ael.tab.c
|
||||
$(CC) $(CFLAGS) -I. -c -o ael/aelbison.o ael/ael.tab.c
|
||||
|
||||
ael/ael_lex.c: ael/ael.flex
|
||||
(cd ael; flex ael.flex)
|
||||
|
Reference in New Issue
Block a user