diff options
author | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-24 21:33:42 +0000 |
---|---|---|
committer | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-24 21:33:42 +0000 |
commit | f2a8bd23365e1f068dd78bc5ecda84a394ad2c73 (patch) | |
tree | b266d8358235d36e096cba742f6fe345738741f6 /boehm-gc/Makefile.am | |
parent | 1db9f9520d9d89ce95b324732680e3874f9aca46 (diff) | |
download | gcc-f2a8bd23365e1f068dd78bc5ecda84a394ad2c73.tar.gz |
2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* include/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114055 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r-- | boehm-gc/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index 80af9abf01e..66d5cb16afb 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -110,3 +110,8 @@ AM_MAKEFLAGS = \ CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host MAKEOVERRIDES= + +# No install-html support yet +.PHONY: install-html +install-html: + |