dect
/
asterisk
Archived
13
0
Fork 0

Fix build fix (bug #321)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1572 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-09-27 15:52:17 +00:00
parent 2ebdcb0068
commit cc2b4cec8d
1 changed files with 5 additions and 3 deletions

View File

@ -155,10 +155,11 @@ all: depend asterisk subdirs
editline/config.h:
cd editline && unset CFLAGS LIBS && ./configure ; \
editline/libedit.a:
editline/libedit.a: FORCE
cd editline && unset CFLAGS LIBS && test -f config.h || ./configure
$(MAKE) -C editline libedit.a
db1-ast/libdb1.a:
db1-ast/libdb1.a: FORCE
@if [ -d db1-ast ]; then \
$(MAKE) -C db1-ast libdb1.a ; \
else \
@ -194,7 +195,7 @@ build.h:
./make_build_h
endif
stdtime/libtime.a:
stdtime/libtime.a: FORCE
@if [ -d stdtime ]; then \
$(MAKE) -C stdtime libtime.a ; \
else \
@ -415,3 +416,4 @@ depend: .depend
.depend:
./mkdep ${CFLAGS} `ls *.c`
FORCE: