From: nhmall Date: Sun, 25 Feb 2018 20:09:56 +0000 (-0500) Subject: update msdos Makefile so at least possible to build X-Git-Tag: NetHack-3.6.1_RC01~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=176b85fbb773c2b4aa24569098438c77e45e7afd;p=nethack update msdos Makefile so at least possible to build --- diff --git a/sys/msdos/Makefile.GCC b/sys/msdos/Makefile.GCC index 38c71fc9b..6b82a8853 100644 --- a/sys/msdos/Makefile.GCC +++ b/sys/msdos/Makefile.GCC @@ -648,8 +648,8 @@ $(O)makedefs.o: $(CONFIG_H) $(PERMONST_H) $(INCL)/objclass.h \ #========================================== $(U)lev_comp.exe: $(SPLEVOBJS) - @rm -f temp.a - @ar ru temp.a $(SPLEVOBJS) + -rm -f temp.a + ar ru temp.a $(SPLEVOBJS) $(LINK) $(LFLAGS) -o$@ temp.a ifeq ($(YACC_LEX),Y) @@ -813,18 +813,18 @@ $(DAT)/nhtiles.bmp: $(TILEFILES) $(U)tile2bmp.exe @$(subst /,\,chdir $(SRC)) $(U)tile2bmp.exe: $(O)tile2bmp.o $(TEXTIO) - @rm -f temp.a - @ar ru temp.a $(TEXTIO) + -rm -f temp.a + ar ru temp.a $(TEXTIO) $(LINK) $(LFLAGS) -o$@ $(O)tile2bmp.o temp.a $(U)tile2bin.exe: $(O)tile2bin.o $(TEXTIO) - @rm -f temp.a - @ar ru temp.a $(TEXTIO) + -rm -f temp.a + ar ru temp.a $(TEXTIO) $(LINK) $(LFLAGS) -o$@ $(O)tile2bin.o temp.a $(U)til2bin2.exe: $(O)til2bin2.o $(TEXTIO2) - @rm -f temp.a - @ar ru temp.a $(TEXTIO2) + -rm -f temp.a + ar ru temp.a $(TEXTIO2) $(LINK) $(LFLAGS) -o$@ $(O)til2bin2.o temp.a $(U)thintile.exe: $(O)thintile.o