aboutsummaryrefslogtreecommitdiffstats
path: root/make/otp_subdir.mk
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 /make/otp_subdir.mk
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 'make/otp_subdir.mk')
-rw-r--r--make/otp_subdir.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/otp_subdir.mk b/make/otp_subdir.mk
index fa6470ddd7..5734970298 100644
--- a/make/otp_subdir.mk
+++ b/make/otp_subdir.mk
@@ -19,13 +19,13 @@
#
# Make include file for otp
-.PHONY: debug opt release docs release_docs tests release_tests \
+.PHONY: debug opt lcnt release docs release_docs tests release_tests \
clean depend valgrind static_lib
#
# Targets that don't affect documentation directories
#
-opt debug release docs release_docs tests release_tests clean depend valgrind static_lib:
+opt debug lcnt release docs release_docs tests release_tests clean depend valgrind static_lib:
@set -e ; \
app_pwd=`pwd` ; \
if test -f vsn.mk; then \