summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-06-05 19:33:34 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-06-05 19:33:34 +0000
commit44bd1ba1c6ef492c9107d13859f235f7654c60e6 (patch)
tree9ae9de308c96ce1339faf08ac02ed918882f9738
parentc5edda28fab13cd9cb2c7f51c2f520c5ce859d81 (diff)
some manual cruft federico keeps in the generated file
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile.in b/gnu/usr.bin/binutils/ld/Makefile.in
index 5560640e749..fc5bd673ae2 100644
--- a/gnu/usr.bin/binutils/ld/Makefile.in
+++ b/gnu/usr.bin/binutils/ld/Makefile.in
@@ -273,6 +273,10 @@ deffilep.c ldgram.c ldlex.c
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+# Target to use for installing unformatted man-pages. Some systems may not
+# want them installed.
+INSTALL_MAN = install-man
+
TAR = tar
GZIP_ENV = --best
SOURCES = $(ld_new_SOURCES) $(EXTRA_ld_new_SOURCES)
@@ -724,7 +728,7 @@ all-recursive-am: config.h
install-exec-am: install-exec-local
install-exec: install-exec-recursive
-install-data-am: install-man install-data-local
+install-data-am: $(INSTALL_MAN) install-data-local
install-data: install-data-recursive
install-am: all-am