diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-03 06:40:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-03 06:40:06 +0000 |
commit | a449f7e3b83a834f4ea1101f0da97207ec975c66 (patch) | |
tree | 224254789eeee617a665ade0c6510a8aae2a2b4f /gnu/usr.bin/binutils/ld/Makefile.in | |
parent | 80e906da4d3c64d71e55c13184e33ec45e75fff9 (diff) |
we use our own ways to install manual pages, not their tree traversals
which dump junk all over the place. pval miod ok
Diffstat (limited to 'gnu/usr.bin/binutils/ld/Makefile.in')
-rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile.in b/gnu/usr.bin/binutils/ld/Makefile.in index fe0b0866894..01f8235b67b 100644 --- a/gnu/usr.bin/binutils/ld/Makefile.in +++ b/gnu/usr.bin/binutils/ld/Makefile.in @@ -874,7 +874,7 @@ uninstall-man1: done install-man: $(MANS) @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-man1 + $(MAKE) $(AM_MAKEFLAGS) uninstall-man: @$(NORMAL_UNINSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 |