aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-03-07 14:44:14 +0100
committerRickard Green <[email protected]>2019-03-07 14:44:14 +0100
commit1e05aaf67fdf7547d72e20ff5a272ad8912f9ae0 (patch)
tree72b36887e44850e3b0f47ccecbba609dbe4437c9 /lib/tools
parentc6508315fbaeee2e442c5623237a58f7e168d145 (diff)
parentfed10a7ed52488fc5de5873bf12443fc07097d89 (diff)
downloadotp-1e05aaf67fdf7547d72e20ff5a272ad8912f9ae0.tar.gz
otp-1e05aaf67fdf7547d72e20ff5a272ad8912f9ae0.tar.bz2
otp-1e05aaf67fdf7547d72e20ff5a272ad8912f9ae0.zip
Merge branch 'rickard/make-fixes-21/OTP-15657' into maint
* rickard/make-fixes-21/OTP-15657: Remove own configured RM make variable
Diffstat (limited to 'lib/tools')
-rw-r--r--lib/tools/c_src/Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/tools/c_src/Makefile.in b/lib/tools/c_src/Makefile.in
index cfe91917f8..289322b6fa 100644
--- a/lib/tools/c_src/Makefile.in
+++ b/lib/tools/c_src/Makefile.in
@@ -29,7 +29,6 @@ CC=@CC@
LD=@LD@
AR=@AR@
RANLIB=@RANLIB@
-RM=@RM@
MKDIR=@MKDIR@
INSTALL=@INSTALL@
INSTALL_DIR=@INSTALL_DIR@
@@ -158,9 +157,9 @@ $(ERTS_LIB):
docs:
clean:
- $(RM) -rf ../obj/*
- $(RM) -rf ../bin/*
- $(RM) -f ./*~
+ $(RM) -r ../obj/*
+ $(RM) -r ../bin/*
+ $(RM) ./*~
.PHONY: all erts_lib docs clean