From: Niels Möller Date: Mon, 26 May 2025 18:48:14 +0000 (+0200) Subject: Run submake in testsuite before tools. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f2420d288fd37d07669ea7824a79bb2d7d4fee0;p=thirdparty%2Fnettle.git Run submake in testsuite before tools. --- diff --git a/Makefile.in b/Makefile.in index 98249d25..cf7af2ea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,7 @@ OPT_NETTLE_SOURCES = @OPT_NETTLE_SOURCES@ FAT_OVERRIDE_LIST = @FAT_OVERRIDE_LIST@ FAT_EMULATE_LIST = @FAT_EMULATE_LIST@ -SUBDIRS = tools testsuite examples +SUBDIRS = testsuite tools examples include config.make