mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
Changelog: https://lists.gnu.org/archive/html/info-gnu/2025-04/msg00008.html Also skip building doc, tests, and gnulib-tests. Signed-off-by: Wei-Ting Yang <williamatcg@gmail.com>
12 lines
308 B
Diff
12 lines
308 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -2399,7 +2399,7 @@ top_srcdir = @top_srcdir@
|
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
#
|
|
AUTOMAKE_OPTIONS = gnu 1.12
|
|
-SUBDIRS = po lib doc src tests gnulib-tests
|
|
+SUBDIRS = po lib src
|
|
EXTRA_DIST = \
|
|
.mailmap \
|
|
ChangeLog-2009 \
|