aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2011-12-12 15:53:26 +0100
committerBjörn-Egil Dahlberg <[email protected]>2011-12-12 15:53:26 +0100
commitceb98f28568ed42a0d31a76ff4a2f0171a77bda8 (patch)
tree43aa826600bb67b56b857ec9a7183a87a492d68d /make
parent7e6807b8c74cff131e91c6bceaa20440e2b710c4 (diff)
downloadotp-ceb98f28568ed42a0d31a76ff4a2f0171a77bda8.tar.gz
otp-ceb98f28568ed42a0d31a76ff4a2f0171a77bda8.tar.bz2
otp-ceb98f28568ed42a0d31a76ff4a2f0171a77bda8.zip
Make vxwork build
Diffstat (limited to 'make')
-rw-r--r--make/target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/target.mk b/make/target.mk
index a6493e09a5..4e13779461 100644
--- a/make/target.mk
+++ b/make/target.mk
@@ -54,7 +54,7 @@ endif
ifneq ($(TARGET),)
ifneq ($(TARGET),win32)
-ifneq ($(TARGET),vxworks)
+ifneq ($(findstring vxworks,$(TARGET)),vxworks)
override TARGET := $(shell $(ERL_TOP)/erts/autoconf/config.sub $(TARGET))
else
endif