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 | |
parent | ac84c172821d17a90a5987eeda65e312bc87b223 (diff) | |
download | gcc-00189cc66f3ac47447e46f03a62fd706fcf4c09c.tar.gz |
* Makefile.in: Add dummy install-pdf target.
From-SVN: r122453
Diffstat (limited to 'libada')
-rw-r--r-- | libada/ChangeLog | 4 | ||||
-rw-r--r-- | libada/Makefile.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libada/ChangeLog b/libada/ChangeLog index b62e3c31643..6572311bbdd 100644 --- a/libada/ChangeLog +++ b/libada/ChangeLog @@ -1,3 +1,7 @@ +2007-03-01 Brooks Moses <brooks.moses@codesourcery.com> + + * Makefile.in: Add dummy install-pdf target. + 2007-01-23 Richard Guenther <rguenther@suse.de> PR bootstrap/30541 diff --git a/libada/Makefile.in b/libada/Makefile.in index 1e5f8b5e2fd..8375078e748 100644 --- a/libada/Makefile.in +++ b/libada/Makefile.in @@ -129,6 +129,8 @@ install: install-info: +install-pdf: + install-html: # Cleaning rules. |