diff options
author | Rickard Green <[email protected]> | 2019-03-07 14:44:14 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-03-07 14:44:14 +0100 |
commit | 1e05aaf67fdf7547d72e20ff5a272ad8912f9ae0 (patch) | |
tree | 72b36887e44850e3b0f47ccecbba609dbe4437c9 /make | |
parent | c6508315fbaeee2e442c5623237a58f7e168d145 (diff) | |
parent | fed10a7ed52488fc5de5873bf12443fc07097d89 (diff) | |
download | otp-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 'make')
-rw-r--r-- | make/otp.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/otp.mk.in b/make/otp.mk.in index fb573680c8..ceff8f7c31 100644 --- a/make/otp.mk.in +++ b/make/otp.mk.in @@ -274,7 +274,6 @@ DEFAULT_GIF_FILES = $(HTMLDIR)/min_head.gif XSLTPROC = @XSLTPROC@ FOP = @FOP@ XMLLINT = @XMLLINT@ -RM = @RM@ CP = @CP@ MKDIR = @MKDIR@ |