From 4a2efd136ec8b6f70110bf28800643b79f977e6d Mon Sep 17 00:00:00 2001 From: smatz Date: Thu, 23 Dec 2010 11:02:47 +0000 Subject: [PATCH] (svn r21606) -Fix (r14636): DOS binary was broken when not stripping --- Makefile.src.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.src.in b/Makefile.src.in index 6c5702e493..cb5bb5d194 100644 --- a/Makefile.src.in +++ b/Makefile.src.in @@ -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