diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:53:35 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:53:35 +0000 |
commit | fbf3051d999cc6b7bb9e48258e95c592710ab70b (patch) | |
tree | c1503ee3689ba9b5303d9f5a08a54d12639d169d /libmudflap/Makefile.am | |
parent | fff82c45a62173b8cce75e8e2d90e9498c5a8594 (diff) | |
download | gcc-fbf3051d999cc6b7bb9e48258e95c592710ab70b.tar.gz |
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122442 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/Makefile.am')
-rw-r--r-- | libmudflap/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libmudflap/Makefile.am b/libmudflap/Makefile.am index 8575da272be..d1e56a3bf9c 100644 --- a/libmudflap/Makefile.am +++ b/libmudflap/Makefile.am @@ -107,9 +107,10 @@ AM_MAKEFLAGS = \ MAKEOVERRIDES= -.PHONY: install-html - +# No install-html or install-pdf support in automake yet +.PHONY: install-html install-pdf install-html: +install-pdf: ## ################################################################ |