aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/unix/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-05-17 11:34:45 +0200
committerGitHub <[email protected]>2017-05-17 11:34:45 +0200
commit79fd4b7c7b77330accae77f0ff90843ea5aed20d (patch)
tree0a930757513be7e674c5cbb0dadf5b02fd7c8b1f /erts/etc/unix/Makefile
parenta29bb639a5a0acf7da4d4fa65e4dd7c9cdcadb3c (diff)
parentf3e32131000fc081cbaf2a1ca15f265783fbc040 (diff)
downloadotp-79fd4b7c7b77330accae77f0ff90843ea5aed20d.tar.gz
otp-79fd4b7c7b77330accae77f0ff90843ea5aed20d.tar.bz2
otp-79fd4b7c7b77330accae77f0ff90843ea5aed20d.zip
Merge pull request #1463 from bjorng/bjorn/simplify-building-lcnt/OTP-14407
Simplify building a lock-counting emulator
Diffstat (limited to 'erts/etc/unix/Makefile')
-rw-r--r--erts/etc/unix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/etc/unix/Makefile b/erts/etc/unix/Makefile
index 2fa9cd047b..17de4d8878 100644
--- a/erts/etc/unix/Makefile
+++ b/erts/etc/unix/Makefile
@@ -24,7 +24,7 @@ include $(ERL_TOP)/make/target.mk
include $(ERL_TOP)/make/$(TARGET)/otp.mk
include ../../vsn.mk
-opt debug: etc
+opt debug lcnt: etc
.PHONY: etc
etc: etp-commands
@@ -44,4 +44,4 @@ clean:
include $(ERL_TOP)/make/otp_release_targets.mk
.PHONY: release_spec
-release_spec: etc \ No newline at end of file
+release_spec: etc