diff options
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/ChangeLog | 3 | ||||
-rw-r--r-- | boehm-gc/Makefile.am | 6 | ||||
-rw-r--r-- | boehm-gc/Makefile.in | 9 |
3 files changed, 7 insertions, 11 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index d0ec9537f74..1dfb6491be6 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,5 +1,8 @@ 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + * Makefile.am (install-html, install-pdf): Remove. + * Makefile.in: Regenerate. + * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate. diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index 83005b2e803..843891110c0 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -115,9 +115,3 @@ AM_MAKEFLAGS = \ CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host MAKEOVERRIDES= - -# No install-html or install-pdf support in automake yet -.PHONY: install-html install-pdf -install-html: -install-pdf: - diff --git a/boehm-gc/Makefile.in b/boehm-gc/Makefile.in index 425825961ff..70110d3e194 100644 --- a/boehm-gc/Makefile.in +++ b/boehm-gc/Makefile.in @@ -758,6 +758,8 @@ install-dvi-am: install-exec-am: install-multi +install-html: install-html-recursive + install-html-am: install-info: install-info-recursive @@ -766,6 +768,8 @@ install-info-am: install-man: +install-pdf: install-pdf-recursive + install-pdf-am: install-ps: install-ps-recursive @@ -823,11 +827,6 @@ uninstall-am: .S.lo: $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $< -# No install-html or install-pdf support in automake yet -.PHONY: install-html install-pdf -install-html: -install-pdf: - # 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: |