diff options
author | 2024-04-04 21:48:12 +0000 | |
---|---|---|
committer | 2024-04-05 07:02:56 +0000 | |
commit | 54e2d897a6470167d1922f17e86ae16067408f16 (patch) | |
tree | b4f34922371439d7a8f35c23ebe3d8ff02e1c736 /gprof | |
parent | bfd: Munmap readonly memory after bfd_free_cached_info (diff) | |
download | binutils-gdb-54e2d897a6470167d1922f17e86ae16067408f16.tar.gz binutils-gdb-54e2d897a6470167d1922f17e86ae16067408f16.tar.bz2 binutils-gdb-54e2d897a6470167d1922f17e86ae16067408f16.zip |
Add missing install-dvi and install-ps Makefie targets.
For some reason, these targets are missing although others from the
same family are present. This looks like an oversight.
This enables calling 'make install-dvi' from the top-level build
directory.
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/po/Make-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/po/Make-in b/gprof/po/Make-in index bf97e62c7a9..61b67cf35c2 100644 --- a/gprof/po/Make-in +++ b/gprof/po/Make-in @@ -113,7 +113,9 @@ install: install-exec install-data install-exec: install-info: install-html: +install-dvi: install-pdf: +install-ps: install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all |