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
No related merge requests found
......@@ -213,18 +213,7 @@ epm: all
# autoconf stuff...
#
Makefile: configure Makefile.in
if test -f config.status; then \
./config.status --recheck; \
./config.status; \
else \
./configure; \
fi
touch config.h
configure: configure.in
autoconf
Makefile: Makefile.in
if test -f config.status; then \
./config.status --recheck; \
./config.status; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment