summaryrefslogtreecommitdiff
path: root/zlib/Makefile.am
diff options
context:
space:
mode:
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-02 00:00:52 +0000
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-02 00:00:52 +0000
commit5bab85176db6b89b7f609559c8671daa222707bc (patch)
treeeffe9f557c7733442b182644fa23606eabb44fc5 /zlib/Makefile.am
parentf41bfa91862e418397aa3d4644e906209ad67474 (diff)
downloadgcc-5bab85176db6b89b7f609559c8671daa222707bc.tar.gz
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122449 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r--zlib/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am
index 90df1ebe9eb..218dce1aefe 100644
--- a/zlib/Makefile.am
+++ b/zlib/Makefile.am
@@ -59,9 +59,11 @@ AM_MAKEFLAGS = \
"RANLIB=$(RANLIB)" \
"DESTDIR=$(DESTDIR)"
-# No html, or install-html support.
-.PHONY: html install-html
+# No html support.
+# No install-html or install-pdf support in automake yet
+.PHONY: html install-html install-pdf
html:
install-html:
+install-pdf: