aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/Makefile
diff options
context:
space:
mode:
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