aboutsummaryrefslogtreecommitdiff
path: root/lto-plugin/Makefile.in
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2009-10-26 16:05:36 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2009-10-26 16:05:36 +0000
commit03428d41b13382c2772efba5d1d2582312afbd40 (patch)
treea321ee8a0b91dd5c9bd73d23dcb769b9cb30cf03 /lto-plugin/Makefile.in
parent3dd1bb6a6fa4077a2af7924bd70e3bad6f126b42 (diff)
downloadgcc-03428d41b13382c2772efba5d1d2582312afbd40.zip
gcc-03428d41b13382c2772efba5d1d2582312afbd40.tar.gz
gcc-03428d41b13382c2772efba5d1d2582312afbd40.tar.bz2
configure.ac: Use AM_MAINTAINER_MODE.
2009-10-26 Richard Guenther <rguenther@suse.de> * configure.ac: Use AM_MAINTAINER_MODE. * acinclude.m4: Remove. * configure: Re-generate. * Makefile.in: Likewise. * aclocal.m4: Likewise. From-SVN: r153556
Diffstat (limited to 'lto-plugin/Makefile.in')
-rw-r--r--lto-plugin/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/lto-plugin/Makefile.in b/lto-plugin/Makefile.in
index 6ae87de..804d441 100644
--- a/lto-plugin/Makefile.in
+++ b/lto-plugin/Makefile.in
@@ -155,6 +155,7 @@ LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
NM = @NM@
@@ -248,7 +249,7 @@ all: all-am
.SUFFIXES: .c .lo .o .obj
am--refresh:
@:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -275,9 +276,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
$(am__cd) $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
$(am__aclocal_m4_deps):
install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)