summaryrefslogtreecommitdiff
path: root/libgomp/testsuite/Makefile.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2006-01-24 08:52:09 -0800
committerRichard Henderson <rth@gcc.gnu.org>2006-01-24 08:52:09 -0800
commitc41303c6819e0699b032922bd7a14ebfe3a45b14 (patch)
tree0f63012709bf497014e6115b56884f3d879e975a /libgomp/testsuite/Makefile.in
parent0b63b11283593b7b914c2b364dae245fb1aad955 (diff)
downloadgcc-c41303c6819e0699b032922bd7a14ebfe3a45b14.tar.gz
re PR libgomp/25942 (SVN checked out GCC does not bootstrap)
PR libgomp/25942 * configure.ac: Add AM_MAINTAINER_MODE. * Makefile.in, aclocal.m4, configure, testsuite/Makefile.in: Rebuild. From-SVN: r110176
Diffstat (limited to 'libgomp/testsuite/Makefile.in')
-rw-r--r--libgomp/testsuite/Makefile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/libgomp/testsuite/Makefile.in b/libgomp/testsuite/Makefile.in
index 2b05ca70c96..4700e0d8dfe 100644
--- a/libgomp/testsuite/Makefile.in
+++ b/libgomp/testsuite/Makefile.in
@@ -88,6 +88,9 @@ LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
OBJEXT = @OBJEXT@
OPT_LDFLAGS = @OPT_LDFLAGS@
@@ -175,7 +178,7 @@ RUNTEST = "$(_RUNTEST) $(AM_RUNTESTFLAGS)"
all: all-am
.SUFFIXES:
-$(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*) \
@@ -200,9 +203,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
mostlyclean-libtool: