aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2019-04-16 16:37:41 +0200
committerErlang/OTP <[email protected]>2019-04-16 16:37:41 +0200
commitc231fd1d513272d144b3ba1d56930f74b15839d1 (patch)
tree2df77daa5ed0742dd219327050ab541e21c8d429 /make
parent6bc51edfd7efb409230c0ca1dffb7508e65687f9 (diff)
parent3d5876a20675a6987288afde6f9259a0758cb152 (diff)
downloadotp-c231fd1d513272d144b3ba1d56930f74b15839d1.tar.gz
otp-c231fd1d513272d144b3ba1d56930f74b15839d1.tar.bz2
otp-c231fd1d513272d144b3ba1d56930f74b15839d1.zip
Merge branch 'rickard/make-fixes-20/OTP-15657' into maint-20
* rickard/make-fixes-20/OTP-15657: Remove own configured RM make variable
Diffstat (limited to 'make')
-rw-r--r--make/otp.mk.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/make/otp.mk.in b/make/otp.mk.in
index 249b8d1e26..2261d66c2c 100644
--- a/make/otp.mk.in
+++ b/make/otp.mk.in
@@ -265,7 +265,6 @@ DEFAULT_GIF_FILES = $(HTMLDIR)/min_head.gif
XSLTPROC = @XSLTPROC@
FOP = @FOP@
XMLLINT = @XMLLINT@
-RM = @RM@
CP = @CP@
MKDIR = @MKDIR@