diff options
author | Lukas Larsson <[email protected]> | 2018-04-06 16:36:59 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-04-09 09:34:59 +0200 |
commit | 1e64120115194f8ca60929e7d139fcaae5a9bf43 (patch) | |
tree | dd8271a67b1235f3aeedcf2d76601ed7a45b5367 /erts | |
parent | f99860259ee557851acc865519a315f04d1d4d51 (diff) | |
download | otp-1e64120115194f8ca60929e7d139fcaae5a9bf43.tar.gz otp-1e64120115194f8ca60929e7d139fcaae5a9bf43.tar.bz2 otp-1e64120115194f8ca60929e7d139fcaae5a9bf43.zip |
Fix makefile mkdir warning
Diffstat (limited to 'erts')
-rw-r--r-- | erts/lib_src/Makefile.in | 3 |
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 # |