diff options
author | Lukas Larsson <[email protected]> | 2011-02-04 17:22:41 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:42:39 +0100 |
commit | fc27948ba4bb9d7de8e0099f5b7d07602dd2806c (patch) | |
tree | 8975fe6432cb4a4b2168e8e97cc1e2cc720ba835 /lib/test_server/src/Makefile | |
parent | d86fa83d1fce77fc1b7bc8adc723480e79535a80 (diff) | |
download | otp-fc27948ba4bb9d7de8e0099f5b7d07602dd2806c.tar.gz otp-fc27948ba4bb9d7de8e0099f5b7d07602dd2806c.tar.bz2 otp-fc27948ba4bb9d7de8e0099f5b7d07602dd2806c.zip |
Strip ts.config of internal addresses.
Diffstat (limited to 'lib/test_server/src/Makefile')
-rw-r--r-- | lib/test_server/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_server/src/Makefile b/lib/test_server/src/Makefile index ba264a5748..0858d24fce 100644 --- a/lib/test_server/src/Makefile +++ b/lib/test_server/src/Makefile @@ -72,7 +72,7 @@ C_FILES = AUTOCONF_FILES = configure.in conf_vars.in COVER_FILES = cross.cover PROGRAMS = configure config.sub config.guess install-sh -CONFIG = ts.config ts.unix.config ts.win32.config ts.vxworks.config +CONFIG = ts.config ts.unix.config ts.win32.config TARGET_FILES = $(MODULES:%=$(EBIN)/%.$(EMULATOR)) \ $(APP_TARGET) $(APPUP_TARGET) |