mirror of
https://github.com/rockchip-linux/rkdeveloptool.git
synced 2024-11-26 19:44:24 +08:00
use rm instead of $(RM) for clean targets
OpenBSD bsdmake does not define $(RM) like GNU Make. As it's highly unlikely that anyone will ever want to override rm or has as system where rm is not in the path, let us just use the command directly for the sake of simplicity. Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
This commit is contained in:
parent
a39ebdde05
commit
35a265bc44
@ -18,4 +18,4 @@ rkdeveloptool_SOURCES = main.cpp \
|
||||
rkdeveloptool_LDADD = $(LIBUSB1_LIBS)
|
||||
|
||||
clean-local::
|
||||
$(RM) -fr log
|
||||
rm -fr log
|
||||
|
Loading…
Reference in New Issue
Block a user