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
1.4
Russell Bryant 19 years ago
parent 1d22a653d8
commit fcfd663049

@ -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; \

Loading…
Cancel
Save