Skip to content
Snippets Groups Projects
Commit fcfd6630 authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent 1d22a653
Branches
Tags
No related merge requests found
...@@ -213,18 +213,7 @@ epm: all ...@@ -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; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment