aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-03-06 20:38:09 +0100
committerRickard Green <[email protected]>2019-03-06 20:38:09 +0100
commit3d5876a20675a6987288afde6f9259a0758cb152 (patch)
treeed41d6cffebac1e43c1fd9475d31a27c3c4faa1f /make
parent2599dcfc973d30cfdf438d4587885eda154522ab (diff)
parent61fd5da42a039c8fd62d752339fa427c1d50cbf7 (diff)
downloadotp-3d5876a20675a6987288afde6f9259a0758cb152.tar.gz
otp-3d5876a20675a6987288afde6f9259a0758cb152.tar.bz2
otp-3d5876a20675a6987288afde6f9259a0758cb152.zip
Merge 'rickard/make-fixes-19/OTP-15657' into 'rickard/make-fixes-20/OTP-15657'
* rickard/make-fixes-19/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@