mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
- Remove autoreconf and GCC 15 workaround - Remove 3 obsolete/upstreamed patches - Manually rebase no-doc patch Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
12 lines
359 B
Diff
12 lines
359 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -305,7 +305,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-SUBDIRS = lib bc dc doc
|
|
+SUBDIRS = lib bc dc
|
|
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \
|
|
stamp-h $(distdir).tar.gz h/number.h depcomp missing
|
|
|