diff options
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: + |