diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:56:24 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:56:24 +0000 |
commit | 7262ccd67105c72a1644caf66b4862856aee8be5 (patch) | |
tree | dcd0f4a7829ef70cd322eb144c5908f9b94606de /libcpp/Makefile.in | |
parent | 9d2d64c04aa5e312aed996b2816a19157ae7e05c (diff) | |
download | gcc-7262ccd67105c72a1644caf66b4862856aee8be5.tar.gz |
* Makefile.in: Add dummy install-pdf target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122445 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/Makefile.in')
-rw-r--r-- | libcpp/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcpp/Makefile.in b/libcpp/Makefile.in index f565fa2f2a9..166f1faaee0 100644 --- a/libcpp/Makefile.in +++ b/libcpp/Makefile.in @@ -184,6 +184,7 @@ pdf: html: info: install-info: +install-pdf: install-man: install-html: |