diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-03-27 18:09:36 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-03-27 18:09:36 +0000 |
commit | 9453113a8dafd58cd1b8a4719bdb7ccc5c8915e0 (patch) | |
tree | 7013c2be046a635665b169add76b9ecaf886c13d /sim | |
parent | b741e217929039042129802a61e4510c580ecc79 (diff) | |
download | gdb-9453113a8dafd58cd1b8a4719bdb7ccc5c8915e0.zip gdb-9453113a8dafd58cd1b8a4719bdb7ccc5c8915e0.tar.gz gdb-9453113a8dafd58cd1b8a4719bdb7ccc5c8915e0.tar.bz2 |
Add "make pdf" and "make install-pdf", from Brooks Moses
<brooks.moses@codesourcery.com>.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ChangeLog | 4 | ||||
-rw-r--r-- | sim/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index f34b862..6f110ef 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,7 @@ +2007-03-27 Brooks Moses <brooks.moses@codesourcery.com> + + * Makefile.in: Add dummy "pdf" target. + 2007-02-20 Hans-Peter Nilsson <hp@axis.com> * cris/traps.c (dump_statistics): Change format for cycle numbers diff --git a/sim/Makefile.in b/sim/Makefile.in index 86f08e4..c7a37fe 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -186,6 +186,7 @@ check: force info: install-info: dvi: +pdf: ### ### |