aboutsummaryrefslogtreecommitdiff
path: root/libgomp/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/Makefile.in
parent0b63b11283593b7b914c2b364dae245fb1aad955 (diff)
downloadgcc-c41303c6819e0699b032922bd7a14ebfe3a45b14.zip
gcc-c41303c6819e0699b032922bd7a14ebfe3a45b14.tar.gz
gcc-c41303c6819e0699b032922bd7a14ebfe3a45b14.tar.bz2
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/Makefile.in')
-rw-r--r--libgomp/Makefile.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/libgomp/Makefile.in b/libgomp/Makefile.in
index 561aaa0..52f29b3 100644
--- a/libgomp/Makefile.in
+++ b/libgomp/Makefile.in
@@ -155,6 +155,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@
@@ -256,7 +259,7 @@ all: config.h
.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*) \
@@ -283,9 +286,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)
cd $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
config.h: stamp-h1
@@ -297,7 +300,7 @@ config.h: stamp-h1
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status config.h
-$(srcdir)/config.h.in: $(am__configure_deps)
+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_srcdir) && $(AUTOHEADER)
rm -f stamp-h1
touch $@