aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/Makefile
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-08-08 10:29:45 +0200
committerLukas Larsson <[email protected]>2013-08-08 10:29:45 +0200
commita6aa88ad46774115c5affad7786b7bcc79c55103 (patch)
tree77d3c798d95419307588b5bd77e214167a173607 /erts/etc/Makefile
parentd787e64c8cf522b0f2fa2e26e0be154454fae4a8 (diff)
parent67b37031bbec0cc7eecc0e02670d02b8f1b9092e (diff)
downloadotp-a6aa88ad46774115c5affad7786b7bcc79c55103.tar.gz
otp-a6aa88ad46774115c5affad7786b7bcc79c55103.tar.bz2
otp-a6aa88ad46774115c5affad7786b7bcc79c55103.zip
Merge branch 'lukas/erts/etp-thr/OTPO-11220' into maint
* lukas/erts/etp-thr/OTPO-11220: 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