The clean target tries to remove what looks like a bogus 'rbcfg',
probably carried over copy-pasta. Remove the name of the generated
executable ('fbtest') instead.

Signed-off-by: Thibaut VARÈNE <ha...@slashdirt.org>
Fixes: 8099f4e0d3af ("fbtest utility ")
---
 package/utils/fbtest/src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/utils/fbtest/src/Makefile 
b/package/utils/fbtest/src/Makefile
index 075bc0ecbf..f7c9f86a87 100644
--- a/package/utils/fbtest/src/Makefile
+++ b/package/utils/fbtest/src/Makefile
@@ -11,4 +11,4 @@ fbtest: $(OBJS)
        $(CC) -o $@ $(OBJS)
 
 clean:
-       rm -f rbcfg *.o
+       rm -f fbtest *.o
-- 
2.11.0


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to