aboutsummaryrefslogtreecommitdiffstats
path: root/erts/lib_src
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-04-06 16:36:59 +0200
committerLukas Larsson <[email protected]>2018-04-09 09:34:59 +0200
commit1e64120115194f8ca60929e7d139fcaae5a9bf43 (patch)
treedd8271a67b1235f3aeedcf2d76601ed7a45b5367 /erts/lib_src
parentf99860259ee557851acc865519a315f04d1d4d51 (diff)
downloadotp-1e64120115194f8ca60929e7d139fcaae5a9bf43.tar.gz
otp-1e64120115194f8ca60929e7d139fcaae5a9bf43.tar.bz2
otp-1e64120115194f8ca60929e7d139fcaae5a9bf43.zip
Fix makefile mkdir warning
Diffstat (limited to 'erts/lib_src')
-rw-r--r--erts/lib_src/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/lib_src/Makefile.in b/erts/lib_src/Makefile.in
index 601f3917a8..48660f7c71 100644
--- a/erts/lib_src/Makefile.in
+++ b/erts/lib_src/Makefile.in
@@ -334,7 +334,10 @@ ETHREAD_LIB=
endif
+ifneq ($(CREATE_DIRS),)
_create_dirs := $(shell mkdir -p $(CREATE_DIRS))
+endif
+
#
# Everything to build
#