aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/Makefile
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-08-02 20:23:43 +0200
committerLukas Larsson <[email protected]>2013-08-05 10:29:57 +0200
commit67b37031bbec0cc7eecc0e02670d02b8f1b9092e (patch)
tree857d4fa08314ebbb8b9811673fcc2ff2129756c0 /erts/etc/Makefile
parentd9f1c1f1bc658d133b9198e4564e419597793cb4 (diff)
downloadotp-67b37031bbec0cc7eecc0e02670d02b8f1b9092e.tar.gz
otp-67b37031bbec0cc7eecc0e02670d02b8f1b9092e.tar.bz2
otp-67b37031bbec0cc7eecc0e02670d02b8f1b9092e.zip
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