summaryrefslogtreecommitdiff
path: root/Makefile.src.in
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-12-23 11:02:47 +0000
committersmatz <smatz@openttd.org>2010-12-23 11:02:47 +0000
commit4a2efd136ec8b6f70110bf28800643b79f977e6d (patch)
treedeea8a28772bc727698ca731afcfafb403750052 /Makefile.src.in
parente2a7ecbcaee04068c5504f0b6aa2be1b26e3f298 (diff)
downloadopenttd-4a2efd136ec8b6f70110bf28800643b79f977e6d.tar.xz
(svn r21606) -Fix (r14636): DOS binary was broken when not stripping
Diffstat (limited to 'Makefile.src.in')
-rw-r--r--Makefile.src.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.src.in b/Makefile.src.in
index 6c5702e49..cb5bb5d19 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