mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-07 06:18:54 +00:00
6bac7bbf46
Changes: - Bug fixes - Improved manual formatting Refresh patches: - 001-only_src.patch Import patch fixing macro bug: - 002-Fix-mpfr_custom_get_kind-macro-bug.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
23 lines
638 B
Diff
23 lines
638 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -34,7 +34,7 @@ AUTOMAKE_OPTIONS = gnu
|
|
# old Automake version.
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
-SUBDIRS = doc src tests tune tools/bench
|
|
+SUBDIRS = src
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = mpfr.pc
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -397,7 +397,7 @@ AUTOMAKE_OPTIONS = gnu
|
|
# libtoolize and in case some developer needs to switch back to an
|
|
# old Automake version.
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
-SUBDIRS = doc src tests tune tools/bench
|
|
+SUBDIRS = src
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = mpfr.pc
|
|
nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \
|