aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/Makefile
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-08-08 10:29:59 +0200
committerLukas Larsson <[email protected]>2013-08-08 10:29:59 +0200
commitc50a04674fcd461bf6ebdea1f7007e53da47a692 (patch)
tree7829fdb70d63d1388fb2c9727ddfbaa4d4fd5768 /erts/etc/Makefile
parentf5830abe5e91d5f93459f44c4403a4a0f640f38d (diff)
parenta6aa88ad46774115c5affad7786b7bcc79c55103 (diff)
downloadotp-c50a04674fcd461bf6ebdea1f7007e53da47a692.tar.gz
otp-c50a04674fcd461bf6ebdea1f7007e53da47a692.tar.bz2
otp-c50a04674fcd461bf6ebdea1f7007e53da47a692.zip
Merge branch 'maint'
* maint: erts: Create gdb pything script for thread listing
Diffstat (limited to 'erts/etc/Makefile')
-rw-r--r--erts/etc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/etc/Makefile b/erts/etc/Makefile
index 2b32b8ae50..5b54ef9c3e 100644
--- a/erts/etc/Makefile
+++ b/erts/etc/Makefile
@@ -18,10 +18,11 @@
#
include $(ERL_TOP)/make/target.mk
-
SUB_DIRECTORIES = common
ifeq ($(TARGET),win32)
SUB_DIRECTORIES += win32
+else
+SUB_DIRECTORIES += unix
endif
include $(ERL_TOP)/make/otp_subdir.mk