summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-02-19 23:51:03 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-02-19 23:51:03 +0000
commitcd55b6c3e525687a1dd577c624643a672f149108 (patch)
tree71aa096633631c5d65ec4b91b1833bb2d3eaf93e /Makefile.tpl
parente5590954fe8b3c6bbccfed7cc53c7adbd5d61c5b (diff)
downloadgdb-cd55b6c3e525687a1dd577c624643a672f149108.tar.gz
* configure.in: Introduce --enable-maintainer-mode.
* configure: Rebuilt. * Makefile.tpl (Makefile.in, configure): Enable dependencies only for maintainer mode. * Makefile.in: Rebuilt.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index fe3ecec6cd5..a174e3ac0f3 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1410,7 +1410,7 @@ multilib.out: maybe-all-gcc
# Rebuilding Makefile.in, using autogen.
AUTOGEN = autogen
-$(srcdir)/Makefile.in: # $(srcdir)/Makefile.tpl $(srcdir)/Makefile.def
+$(srcdir)/Makefile.in: @MAINT@ $(srcdir)/Makefile.tpl $(srcdir)/Makefile.def
cd $(srcdir) && $(AUTOGEN) Makefile.def
# Rebuilding Makefile.
@@ -1422,7 +1422,7 @@ config.status: configure $(gcc_version_trigger)
# Rebuilding configure.
AUTOCONF = autoconf
-$(srcdir)/configure: $(srcdir)/configure.in $(srcdir)/config/acx.m4
+$(srcdir)/configure: @MAINT@ $(srcdir)/configure.in $(srcdir)/config/acx.m4
cd $(srcdir) && $(AUTOCONF)
#