diff options
author | Tom Tromey <tromey@redhat.com> | 2012-11-16 15:19:15 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2012-11-16 15:19:15 +0000 |
commit | 2b723e217a034af37849bf2dae8fc0dba1c7f2ee (patch) | |
tree | 1ebaca0b5f3749e259f40711fcecf6e625cdaa01 /libsanitizer/Makefile.in | |
parent | 26841e4533142c5849719509605e2d28cd1726db (diff) | |
download | gcc-2b723e217a034af37849bf2dae8fc0dba1c7f2ee.zip gcc-2b723e217a034af37849bf2dae8fc0dba1c7f2ee.tar.gz gcc-2b723e217a034af37849bf2dae8fc0dba1c7f2ee.tar.bz2 |
configure.ac: Invoke AM_MAINTAINER_MODE.
* configure.ac: Invoke AM_MAINTAINER_MODE.
* aclocal.m4, configure, Makefile.in, asan/Makefile.in,
interception/Makefile.in, sanitizer_common/Makefile.in: Rebuild.
From-SVN: r193561
Diffstat (limited to 'libsanitizer/Makefile.in')
-rw-r--r-- | libsanitizer/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libsanitizer/Makefile.in b/libsanitizer/Makefile.in index 773661d..8d685fd 100644 --- a/libsanitizer/Makefile.in +++ b/libsanitizer/Makefile.in @@ -159,6 +159,7 @@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ NM = @NM@ @@ -291,7 +292,7 @@ all: all-recursive .SUFFIXES: 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*) \ @@ -318,9 +319,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): |