diff options
Diffstat (limited to 'doc/html/cpplus/Makefile.in')
-rw-r--r-- | doc/html/cpplus/Makefile.in | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/doc/html/cpplus/Makefile.in b/doc/html/cpplus/Makefile.in index 7019895..d1fc082 100644 --- a/doc/html/cpplus/Makefile.in +++ b/doc/html/cpplus/Makefile.in @@ -21,12 +21,6 @@ # All rights reserved. # # - -#------------------------------------------------------------ -*- makefile -*- -# The following section of this makefile comes from the -# `./config/commence' file which was generated with config.status -# from `./config/commence.in'. -#----------------------------------------------------------------------------- SHELL = @SHELL@ srcdir = @srcdir@ @@ -86,6 +80,7 @@ AUTOMAKE = /usr/bin/automake AUTOHEADER = /usr/local/autoconf-2.59/bin/autoheader ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ +AM_MAKEFLAGS = @AM_MAKEFLAGS@ AR = @AR@ AS = @AS@ AWK = @AWK@ @@ -347,16 +342,16 @@ lib progs check test _test: tests dep depend: @@SETX@; for d in X $(SUBDIRS); do \ - if test $$d != X; then \ - (cd $$d && $(MAKE) $@) || exit 1; \ + if test $$d != X; then \ + (cd $$d && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; \ fi; done # In docs directory, install-doc is the same as install install-doc install-all: - $(MAKE) install + $(MAKE) $(AM_MAKEFLAGS) install uninstall-doc uninstall-all: - $(MAKE) uninstall + $(MAKE) $(AM_MAKEFLAGS) uninstall # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |