diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-03-02 00:05:13 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-03-01 16:05:13 -0800 |
commit | 00189cc66f3ac47447e46f03a62fd706fcf4c09c (patch) | |
tree | 6bff3c18ea2b3e8871cad2e468712ca8661c7370 /libada/Makefile.in | |
parent | ac84c172821d17a90a5987eeda65e312bc87b223 (diff) | |
download | gcc-00189cc66f3ac47447e46f03a62fd706fcf4c09c.zip gcc-00189cc66f3ac47447e46f03a62fd706fcf4c09c.tar.gz gcc-00189cc66f3ac47447e46f03a62fd706fcf4c09c.tar.bz2 |
* Makefile.in: Add dummy install-pdf target.
From-SVN: r122453
Diffstat (limited to 'libada/Makefile.in')
-rw-r--r-- | libada/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libada/Makefile.in b/libada/Makefile.in index 1e5f8b5..8375078 100644 --- a/libada/Makefile.in +++ b/libada/Makefile.in @@ -129,6 +129,8 @@ install: install-info: +install-pdf: + install-html: # Cleaning rules. |