projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7557e7f
)
packages/utils: fbtest fix Makefile
author
Thibaut VARÈNE
<
[email protected]
>
Thu, 21 May 2020 15:40:54 +0000
(17:40 +0200)
committer
Koen Vandeputte
<
[email protected]
>
Thu, 28 May 2020 09:22:22 +0000
(11:22 +0200)
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 <
[email protected]
>
Fixes: 8099f4e0d3af ("fbtest utility ")
package/utils/fbtest/src/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/fbtest/src/Makefile
b/package/utils/fbtest/src/Makefile
index 075bc0ecbf066f68d8bf1babc66b0eb95212e82d..f7c9f86a878a4a542ce998ac0be552abe13d3030 100644
(file)
--- 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