mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-20 11:43:52 +00:00
oops, i modified the Makefile isntead of Makefile.in
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -213,18 +213,7 @@ epm: all
|
|||||||
# autoconf stuff...
|
# autoconf stuff...
|
||||||
#
|
#
|
||||||
|
|
||||||
Makefile: configure Makefile.in
|
Makefile: Makefile.in
|
||||||
if test -f config.status; then \
|
|
||||||
./config.status --recheck; \
|
|
||||||
./config.status; \
|
|
||||||
else \
|
|
||||||
./configure; \
|
|
||||||
fi
|
|
||||||
touch config.h
|
|
||||||
|
|
||||||
|
|
||||||
configure: configure.in
|
|
||||||
autoconf
|
|
||||||
if test -f config.status; then \
|
if test -f config.status; then \
|
||||||
./config.status --recheck; \
|
./config.status --recheck; \
|
||||||
./config.status; \
|
./config.status; \
|
||||||
|
Reference in New Issue
Block a user