diff options
author | Lukas Larsson <[email protected]> | 2013-08-08 10:29:45 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-08-08 10:29:45 +0200 |
commit | a6aa88ad46774115c5affad7786b7bcc79c55103 (patch) | |
tree | 77d3c798d95419307588b5bd77e214167a173607 /erts/etc/Makefile | |
parent | d787e64c8cf522b0f2fa2e26e0be154454fae4a8 (diff) | |
parent | 67b37031bbec0cc7eecc0e02670d02b8f1b9092e (diff) | |
download | otp-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/Makefile | 3 |
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 |