From aa0d392e78777e1a49d6a806e148d78bb9ffdcee Mon Sep 17 00:00:00 2001 From: carlos Date: Wed, 24 May 2006 01:42:51 +0000 Subject: 2006-05-23 Carlos O'Donell * Makefile.am: Add install-html target. Add install-html to .PHONY * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114036 138bc75d-0d04-0410-961f-82ee72b054a4 --- libmudflap/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libmudflap/Makefile.am') diff --git a/libmudflap/Makefile.am b/libmudflap/Makefile.am index 64ba06aec21..5db952414d7 100644 --- a/libmudflap/Makefile.am +++ b/libmudflap/Makefile.am @@ -105,5 +105,9 @@ AM_MAKEFLAGS = \ MAKEOVERRIDES= +.PHONY: install-html + +install-html: + ## ################################################################ -- cgit v1.2.1