diff options
author | 2006-07-13 09:22:28 +0000 | |
---|---|---|
committer | 2006-07-13 09:22:28 +0000 | |
commit | 441796ecb25afc25c2ad6bd692a7f3ea4f564f1c (patch) | |
tree | 7fba944ec6461b758d22ed9b7b7decc5c53e24d6 | |
parent | revert the HP NIC name back to the official name but keep (diff) | |
download | wireguard-openbsd-441796ecb25afc25c2ad6bd692a7f3ea4f564f1c.tar.xz wireguard-openbsd-441796ecb25afc25c2ad6bd692a7f3ea4f564f1c.zip |
fix info target, make sure as.info gets built during built, not install.
-rw-r--r-- | gnu/usr.bin/binutils/gas/doc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gas/doc/Makefile.in b/gnu/usr.bin/binutils/gas/doc/Makefile.in index e8ca1e767d2..257d30f5514 100644 --- a/gnu/usr.bin/binutils/gas/doc/Makefile.in +++ b/gnu/usr.bin/binutils/gas/doc/Makefile.in @@ -588,7 +588,7 @@ install-data-local: install-info # Maintenance # We need it for the taz target in ../../Makefile.in. -info: $(MANS) +info: $(MANS) $(INFO_DEPS) # Build the man page from the texinfo file # The sed command removes the no-adjust Nroff command so that |