(svn r21606) -Fix (r14636): DOS binary was broken when not stripping

This commit is contained in:
smatz 2010-12-23 11:02:47 +00:00
parent e2a7ecbcae
commit 4a2efd136e
1 changed files with 1 additions and 1 deletions

View File

@ -262,11 +262,11 @@ else
endif
ifdef STRIP
$(Q)$(STRIP) $@
endif
ifeq ($(OS), DOS)
$(E) '$(STAGE) Adding CWSDPMI stub to $@'
$(Q)$(ROOT_DIR)/os/dos/make_dos_binary_selfcontained.sh $(SRC_OBJS_DIR)/$@
endif
endif
# The targets to compile the endian-code