[OpenWrt-Devel] [PATCH v2] packages/utils: fbtest fix Makefile
Thibaut VARÈNE
hacks at slashdirt.org
Thu May 21 13:47:17 EDT 2020
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 <hacks at 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 at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list