aboutsummaryrefslogtreecommitdiffstats
path: root/mxml
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-29 15:44:02 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-29 15:44:02 +0000
commitbdded3f07f40f236f4ceb6bb2e30d1ba4b402064 (patch)
tree821bb051a92d4bbd0a4fc9e06de4c334a23225bb /mxml
parente94f1ab32fe9a40b8a8d5fb1b69344abe3fe5dab (diff)
oops, i modified the Makefile isntead of Makefile.in
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23382 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'mxml')
-rw-r--r--mxml/Makefile.in13
1 files changed, 1 insertions, 12 deletions
diff --git a/mxml/Makefile.in b/mxml/Makefile.in
index d4c00418e..3d57a4fa5 100644
--- a/mxml/Makefile.in
+++ b/mxml/Makefile.in
@@ -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; \