mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Fix build fix (bug #321)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1572 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
8
Makefile
8
Makefile
@@ -155,10 +155,11 @@ all: depend asterisk subdirs
|
|||||||
editline/config.h:
|
editline/config.h:
|
||||||
cd editline && unset CFLAGS LIBS && ./configure ; \
|
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
|
$(MAKE) -C editline libedit.a
|
||||||
|
|
||||||
db1-ast/libdb1.a:
|
db1-ast/libdb1.a: FORCE
|
||||||
@if [ -d db1-ast ]; then \
|
@if [ -d db1-ast ]; then \
|
||||||
$(MAKE) -C db1-ast libdb1.a ; \
|
$(MAKE) -C db1-ast libdb1.a ; \
|
||||||
else \
|
else \
|
||||||
@@ -194,7 +195,7 @@ build.h:
|
|||||||
./make_build_h
|
./make_build_h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
stdtime/libtime.a:
|
stdtime/libtime.a: FORCE
|
||||||
@if [ -d stdtime ]; then \
|
@if [ -d stdtime ]; then \
|
||||||
$(MAKE) -C stdtime libtime.a ; \
|
$(MAKE) -C stdtime libtime.a ; \
|
||||||
else \
|
else \
|
||||||
@@ -415,3 +416,4 @@ depend: .depend
|
|||||||
.depend:
|
.depend:
|
||||||
./mkdep ${CFLAGS} `ls *.c`
|
./mkdep ${CFLAGS} `ls *.c`
|
||||||
|
|
||||||
|
FORCE:
|
||||||
|
Reference in New Issue
Block a user