From a69269da7d58350162728a9499f1143cc1e43329 Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Mon, 5 Aug 2024 10:21:53 +0200 Subject: [PATCH] make: Fix waf install of README.md --- spec/build/bsps/grpmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/build/bsps/grpmake.yml b/spec/build/bsps/grpmake.yml index cb0dc10a55..92afa85777 100644 --- a/spec/build/bsps/grpmake.yml +++ b/spec/build/bsps/grpmake.yml @@ -14,7 +14,7 @@ install: - make/lib.cfg - make/host.cfg - make/directory.cfg - - make/README + - make/README.md - destination: ${PREFIX}/share/rtems${__RTEMS_MAJOR__}/make/compilers source: - make/compilers/gcc-target-default.cfg