diff options
-rw-r--r-- | Makefile.src.in | 2 |
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 |