aboutsummaryrefslogtreecommitdiff
path: root/libmudflap/Makefile.am
diff options
context:
space:
mode:
authorBrooks Moses <brooks.moses@codesourcery.com>2007-03-01 23:53:35 +0000
committerBrooks Moses <brooks@gcc.gnu.org>2007-03-01 15:53:35 -0800
commit86c43ef0c94f27dc2276e4cce01dd25020dc66f5 (patch)
treec1503ee3689ba9b5303d9f5a08a54d12639d169d /libmudflap/Makefile.am
parent4426724a02890d1afd1627a3d6b9368b21421326 (diff)
downloadgcc-86c43ef0c94f27dc2276e4cce01dd25020dc66f5.zip
gcc-86c43ef0c94f27dc2276e4cce01dd25020dc66f5.tar.gz
gcc-86c43ef0c94f27dc2276e4cce01dd25020dc66f5.tar.bz2
Makefile.am: Add dummy install-pdf target.
* Makefile.am: Add dummy install-pdf target. * Makefile.in: Regenerate From-SVN: r122442
Diffstat (limited to 'libmudflap/Makefile.am')
-rw-r--r--libmudflap/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/libmudflap/Makefile.am b/libmudflap/Makefile.am
index 8575da2..d1e56a3 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:
## ################################################################