diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2024-04-04 21:48:12 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2024-04-05 07:02:56 +0000 |
commit | 54e2d897a6470167d1922f17e86ae16067408f16 (patch) | |
tree | b4f34922371439d7a8f35c23ebe3d8ff02e1c736 /gprof | |
parent | 37eac4810b66f165ed5bb837ac36c0eb9baba727 (diff) | |
download | fsf-binutils-gdb-54e2d897a6470167d1922f17e86ae16067408f16.zip fsf-binutils-gdb-54e2d897a6470167d1922f17e86ae16067408f16.tar.gz fsf-binutils-gdb-54e2d897a6470167d1922f17e86ae16067408f16.tar.bz2 |
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 bf97e62..61b67cf 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 |