aboutsummaryrefslogtreecommitdiffstats
path: root/erts/autoconf
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-03-06 17:55:41 +0100
committerRickard Green <[email protected]>2019-03-06 20:17:37 +0100
commitd9dd041acc211907b6cea4ae93f39c6319153d15 (patch)
treea059df820e6748de55c14f2431c7ec723886ac07 /erts/autoconf
parent1adb588f84b1a9340beac2719c0890a05e2dfaad (diff)
downloadotp-d9dd041acc211907b6cea4ae93f39c6319153d15.tar.gz
otp-d9dd041acc211907b6cea4ae93f39c6319153d15.tar.bz2
otp-d9dd041acc211907b6cea4ae93f39c6319153d15.zip
Remove own configured RM make variable
Instead rely on gnu make's pre-defined RM variable which should equal 'rm -f'
Diffstat (limited to 'erts/autoconf')
-rw-r--r--erts/autoconf/vxworks/sed.general1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/autoconf/vxworks/sed.general b/erts/autoconf/vxworks/sed.general
index efa4e99054..0638be12ed 100644
--- a/erts/autoconf/vxworks/sed.general
+++ b/erts/autoconf/vxworks/sed.general
@@ -99,7 +99,6 @@ s|@INSTALL_PROGRAM@|${INSTALL}|
s|@INSTALL_SCRIPT@|${INSTALL}|
s|@INSTALL_DATA@|${INSTALL} -m 644|
s|@INSTALL_DIR@|$(INSTALL) -d|
-s|@RM@|/bin/rm|
s|@MKDIR@|/bin/mkdir|
s|@ERLANG_OSTYPE@|vxworks|
s|@vxworks_reclaim@|reclaim.h|