diff options
author | Lukas Larsson <lukas@erix.ericsson.se> | 2011-01-14 11:50:28 +0100 |
---|---|---|
committer | Lukas Larsson <lukas@erix.ericsson.se> | 2011-01-24 10:45:15 +0100 |
commit | 30245f345d7427cbbf0042f840f38f8c46cd2f51 (patch) | |
tree | ab87fee4bded902cc93278fc4ac3ea371294aaca /lib/Makefile | |
parent | b192aefadc64f13fe802dbe78eeb85a2bdba43f3 (diff) | |
download | erlang-30245f345d7427cbbf0042f840f38f8c46cd2f51.tar.gz |
Update minimal build target to include runtime_tools and common_test
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index f5ffc6f166..00bcf27ee3 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -51,7 +51,7 @@ else # -------------- # ERTS_SUB_DIRECTORIES = stdlib sasl kernel compiler - OTHER_SUB_DIRECTORIES = tools test_server + OTHER_SUB_DIRECTORIES = tools test_server common_test runtime_tools ifdef BUILD_ALL ifeq ($(findstring win32,$(TARGET)),win32) # BUILD_ALL on win32 OTHER_SUB_DIRECTORIES += \ |