From: nethack.allison Date: Wed, 19 Feb 2003 13:53:08 +0000 (+0000) Subject: building under MinGW (from ) X-Git-Tag: MOVE2GIT~2150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1332789fd6dd5767ddee4456ed28aec60d533b5d;p=nethack building under MinGW (from ) didn't work. Makefile.gcc had a space instead of a tab somewhere. --- diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index bd610c146..4957eea6a 100644 --- a/sys/winnt/Makefile.gcc +++ b/sys/winnt/Makefile.gcc @@ -580,7 +580,7 @@ endif $(GAMEFILE) : $(ALLOBJ) $(NHRES) @echo Linking.... - @$(link) $(lflags) -o$@ $(ALLOBJ) $(NHRES) $(WINPLIBS) + @$(link) $(lflags) -o$@ $(ALLOBJ) $(NHRES) $(WINPLIBS) $(subst /,\,@if exist $(O)install.tag del $(O)install.tag) $(GAME)_.ico : $(NTSYS)/$(GAME).ico