package/rt-tests: add patch to fix compatibility with make 3.81
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 12 May 2021 07:41:04 +0000 (09:41 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 13 May 2021 07:47:51 +0000 (09:47 +0200)
commitb8a1301e81b56e81b8abca6c00e5dccb6e3ff661
treec2d7e98e11482a3a6d11be6dfdddd7ca509d4f4d
parenta7a58df5f0de618360c8b4e39ec5f5f6b2da0975
package/rt-tests: add patch to fix compatibility with make 3.81

Fixes:
http://autobuild.buildroot.net/results/cf7c4f360f5464c700788cc8299fd086544c80e8/build-end.log

Older GNU make versions don't like the explicit undefine.  It isn't really
needed as ifdef handles undefined and defined-to-the-empty-string the same
way, so just drop the undefine logic.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/rt-tests/0002-Makefile-drop-explicit-undefine-PYLIB-for-compatibil.patch [new file with mode: 0644]