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 /gas | |
parent | 37eac4810b66f165ed5bb837ac36c0eb9baba727 (diff) | |
download | binutils-54e2d897a6470167d1922f17e86ae16067408f16.zip binutils-54e2d897a6470167d1922f17e86ae16067408f16.tar.gz binutils-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 'gas')
-rw-r--r-- | gas/po/Make-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/po/Make-in b/gas/po/Make-in index 096040e..7009227 100644 --- a/gas/po/Make-in +++ b/gas/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 |