Skip to content

Commit

Permalink
Make vxwork build
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeugenic committed Dec 12, 2011
1 parent 7e6807b commit ceb98f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/target.mk
Expand Up @@ -54,7 +54,7 @@ endif


ifneq ($(TARGET),) ifneq ($(TARGET),)
ifneq ($(TARGET),win32) ifneq ($(TARGET),win32)
ifneq ($(TARGET),vxworks) ifneq ($(findstring vxworks,$(TARGET)),vxworks)
override TARGET := $(shell $(ERL_TOP)/erts/autoconf/config.sub $(TARGET)) override TARGET := $(shell $(ERL_TOP)/erts/autoconf/config.sub $(TARGET))
else else
endif endif
Expand Down

0 comments on commit ceb98f2

Please sign in to comment.