updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / pic30-gcc / makefile_in.diff
blob62cf53f3275f757c1211312e840cd8c3dd014589
1 --- ./libiberty/Makefile.in.~1~ 2009-01-23 07:17:43.000000000 +0100
2 +++ ./libiberty/Makefile.in 2009-01-23 07:29:08.000000000 +0100
3 @@ -102,7 +102,7 @@
4 "tooldir=$(tooldir)"
6 # Subdirectories to recurse into. We need to override this during cleaning
7 -SUBDIRS = testsuite
8 +SUBDIRS =
10 # FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
11 all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
12 --- ./libmudflap/Makefile.am.~1~ 2009-01-23 07:25:33.000000000 +0100
13 +++ ./libmudflap/Makefile.am 2009-01-23 07:34:16.000000000 +0100
14 @@ -7,7 +7,7 @@
15 AUTOMAKE_OPTIONS = 1.8 foreign
16 ACLOCAL_AMFLAGS = -I .. -I ../config
17 MAINT_CHARSET = latin1
18 -SUBDIRS = testsuite
19 +SUBDIRS =
21 SECTION_FLAGS = @SECTION_FLAGS@
22 AM_CFLAGS = -Wall $(SECTION_FLAGS)
23 --- ./libstdc++-v3/Makefile.am.~1~ 2009-01-23 07:25:33.000000000 +0100
24 +++ ./libstdc++-v3/Makefile.am 2009-01-23 07:35:49.000000000 +0100
25 @@ -25,7 +25,7 @@
26 include $(top_srcdir)/fragment.am
28 if GLIBCXX_HOSTED
29 - hosted_source = libmath src po testsuite
30 + hosted_source = libmath src po
31 endif
32 ## Keep this list sync'd with acinclude.m4:GLIBCXX_CONFIGURE.
33 SUBDIRS = include libsupc++ $(hosted_source)
34 --- ./libffi/Makefile.am.~1~ 2009-01-23 07:25:33.000000000 +0100
35 +++ ./libffi/Makefile.am 2009-01-23 07:36:26.000000000 +0100
36 @@ -3,7 +3,7 @@
37 AUTOMAKE_OPTIONS = foreign subdir-objects
38 ACLOCAL_AMFLAGS = -I .. -I ../config
40 -SUBDIRS = include testsuite
41 +SUBDIRS = include
43 EXTRA_DIST = LICENSE ChangeLog.v1 \
44 src/alpha/ffi.c src/alpha/osf.S src/alpha/ffitarget.h \
45 --- ./libiberty/configure.ac.~1~ 2009-01-23 07:55:23.000000000 +0100
46 +++ ./libiberty/configure.ac 2009-01-23 08:02:09.000000000 +0100
47 @@ -545,7 +545,7 @@
48 LIBOBJS="$L"
50 # We need multilib support, but only if configuring for the target.
51 -AC_CONFIG_FILES([Makefile testsuite/Makefile])
52 +AC_CONFIG_FILES([Makefile])
53 AC_CONFIG_COMMANDS([default],
54 [[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
55 if test -n "$CONFIG_FILES"; then