diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:50:30 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:50:30 +0000 |
commit | 71625283ee8ae6cac2e23ad6de7da82f9ced2a09 (patch) | |
tree | d9ead846a70f6425de0163d7fbecf670b5c58dd2 /libssp/Makefile.am | |
parent | e97a3e25b1a4325ef4159b8cd900da91631f59de (diff) | |
download | gcc-71625283ee8ae6cac2e23ad6de7da82f9ced2a09.tar.gz |
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122439 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libssp/Makefile.am')
-rw-r--r-- | libssp/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libssp/Makefile.am b/libssp/Makefile.am index 22e83d9a1fa..085561b4e8f 100644 --- a/libssp/Makefile.am +++ b/libssp/Makefile.am @@ -90,9 +90,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: ## ################################################################ |