updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git] / pic30-binutils / makefile_in.diff
blob2be28961c79d740e367b5b5718def51ec788d5db
1 diff -ur ../acme/bfd/Makefile.in ./bfd/Makefile.in
2 --- ../acme/bfd/Makefile.in 2006-02-27 14:25:14.000000000 -0700
3 +++ ./bfd/Makefile.in 2006-02-27 14:27:36.000000000 -0700
4 @@ -129,7 +129,7 @@
5 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
6 MKDEP = gcc -MM
8 -SUBDIRS = doc po
9 +SUBDIRS =
11 docdir = doc
12 bfdlibdir = @bfdlibdir@
13 diff -ur ../acme/binutils/Makefile.in ./binutils/Makefile.in
14 --- ../acme/binutils/Makefile.in 2006-02-27 14:25:14.000000000 -0700
15 +++ ./binutils/Makefile.in 2006-02-27 14:27:48.000000000 -0700
16 @@ -120,7 +120,7 @@
18 AUTOMAKE_OPTIONS = cygnus dejagnu
20 -SUBDIRS = doc po
21 +SUBDIRS =
23 tooldir = $(exec_prefix)/$(target_alias)
25 diff -ur ../acme/etc/Makefile.in ./etc/Makefile.in
26 --- ../acme/etc/Makefile.in 2006-02-27 14:25:14.000000000 -0700
27 +++ ./etc/Makefile.in 2006-02-27 14:28:20.000000000 -0700
28 @@ -54,7 +54,7 @@
29 all:
31 # We want install to imply install-info as per GNU standards.
32 -install: install-info
33 +install:
35 uninstall:
37 diff -ur ../acme/gas/Makefile.in ./gas/Makefile.in
38 --- ../acme/gas/Makefile.in 2006-02-27 14:25:15.000000000 -0700
39 +++ ./gas/Makefile.in 2006-02-27 14:28:35.000000000 -0700
40 @@ -116,7 +116,7 @@
42 AUTOMAKE_OPTIONS = cygnus dejagnu
44 -SUBDIRS = doc po
45 +SUBDIRS =
47 tooldir = $(exec_prefix)/$(target_alias)
49 diff -ur ../acme/gprof/Makefile.in ./gprof/Makefile.in
50 --- ../acme/gprof/Makefile.in 2006-02-27 14:25:15.000000000 -0700
51 +++ ./gprof/Makefile.in 2006-02-27 14:28:51.000000000 -0700
52 @@ -105,7 +105,7 @@
54 SUFFIXES = .m
56 -SUBDIRS = po
57 +SUBDIRS =
59 BASEDIR = $(srcdir)/..
60 BFDDIR = $(BASEDIR)/bfd
61 @@ -734,7 +734,7 @@
63 # We want install to imply install-info as per GNU standards, despite the
64 # cygnus option.
65 -install: install-info
66 +install:
68 # Targets to rebuild dependencies in this Makefile.
69 # Have to get rid of DEP1 here so that "$?" later includes all sources.
70 diff -ur ../acme/ld/Makefile.in ./ld/Makefile.in
71 --- ../acme/ld/Makefile.in 2006-02-27 14:25:16.000000000 -0700
72 +++ ./ld/Makefile.in 2006-02-27 14:29:12.000000000 -0700
73 @@ -114,7 +114,7 @@
75 AUTOMAKE_OPTIONS = cygnus dejagnu
77 -SUBDIRS = po
78 +SUBDIRS =
80 tooldir = $(exec_prefix)/$(target_alias)
82 @@ -2249,7 +2249,7 @@
84 # We want install to imply install-info as per GNU standards, despite the
85 # cygnus option.
86 -install: install-info
87 +install:
88 diststuff: info $(EXTRA_DIST)
89 distclean-local:
90 rm -rf ldscripts
91 diff -ur ../acme/libiberty/Makefile.in ./libiberty/Makefile.in
92 --- ../acme/libiberty/Makefile.in 2006-02-27 14:25:16.000000000 -0700
93 +++ ./libiberty/Makefile.in 2006-02-27 14:29:33.000000000 -0700
94 @@ -103,7 +103,7 @@
95 "tooldir=$(tooldir)"
97 # Subdirectories to recurse into. We need to override this during cleaning
98 -SUBDIRS = testsuite
99 +SUBDIRS =
101 # FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
102 all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
103 @@ -267,7 +267,7 @@
104 @MAINT@ echo stamp > stamp-functions
106 INSTALL_DEST = @INSTALL_DEST@
107 -install: install_to_$(INSTALL_DEST) install-subdir
108 +install:
110 install_to_libdir: all
111 ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR)
112 diff -ur ../acme/opcodes/Makefile.in ./opcodes/Makefile.in
113 --- ../acme/opcodes/Makefile.in 2006-02-27 14:25:17.000000000 -0700
114 +++ ./opcodes/Makefile.in 2006-02-27 14:27:14.000000000 -0700
115 @@ -112,7 +112,7 @@
117 AUTOMAKE_OPTIONS = cygnus
119 -SUBDIRS = po
120 +SUBDIRS =
122 INCDIR = $(srcdir)/../include
123 BFDDIR = $(srcdir)/../bfd