blob: da78d3b330ca16e5de27f7a23f3d7d893a364d3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-am,v 1.1 2002/10/15 23:07:17 dillo Exp $
--- binutils/ld/Makefile.in.orig Thu May 9 16:50:49 2002
+++ binutils/ld/Makefile.in
@@ -1841,7 +1849,7 @@ install-data-local:
# We want install to imply install-info as per GNU standards, despite the
# cygnus option.
-install: install-info
+install:
diststuff: info $(EXTRA_DIST)
distclean-local:
rm -rf ldscripts
|