]> granicus.if.org Git - nethack/commitdiff
update msdos Makefile so at least possible to build
authornhmall <nhmall@nethack.org>
Sun, 25 Feb 2018 20:09:56 +0000 (15:09 -0500)
committernhmall <nhmall@nethack.org>
Sun, 25 Feb 2018 20:09:56 +0000 (15:09 -0500)
sys/msdos/Makefile.GCC

index 38c71fc9b71f4bfe0b3c38378c9be21d52aaec65..6b82a8853f58bb2ce6eb2ded142962fe0df46c16 100644 (file)
@@ -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