diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:52:38 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:52:38 +0000 |
commit | fff82c45a62173b8cce75e8e2d90e9498c5a8594 (patch) | |
tree | 5536c13b9ea9038c8492c4d824eeb48456843709 /boehm-gc | |
parent | 0ce4a5ce672e226be3647c485e26fe70f1f7c8d7 (diff) | |
download | gcc-fff82c45a62173b8cce75e8e2d90e9498c5a8594.tar.gz |
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122441 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/ChangeLog | 5 | ||||
-rw-r--r-- | boehm-gc/Makefile.am | 5 | ||||
-rw-r--r-- | boehm-gc/Makefile.in | 5 |
3 files changed, 11 insertions, 4 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 18bb67af430..cc495e18772 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +2007-03-01 Brooks Moses <brooks.moses@codesourcery.com> + + * Makefile.am: Add dummy install-pdf target. + * Makefile.in: Regenerate + 2007-02-05 Roman Zippel <zippel@linux-m68k.org> * boehm-gc/include/private/gcconfig.h: use LINUX_STACKBOTTOM so diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index 66d5cb16afb..c31d67aad50 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -111,7 +111,8 @@ CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host MAKEOVERRIDES= -# No install-html support yet -.PHONY: install-html +# 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 f7a733dcc5b..8467d2ea0ce 100644 --- a/boehm-gc/Makefile.in +++ b/boehm-gc/Makefile.in @@ -764,9 +764,10 @@ uninstall-info: uninstall-info-recursive .S.lo: $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $< -# No install-html support yet -.PHONY: install-html +# 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: |