From 5c2b773051867c19bf23f3c5301c7bd5d983cbfa Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Wed, 19 Feb 2003 14:01:35 +0000 Subject: [PATCH] another win32 Makefile.gcc (from ) another error in the makefile.gcc, not fatal, just a leftover from the MS makefile. This patch includes both makefile fixes. --- sys/winnt/Makefile.gcc | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index 4957eea6a..32b5aa79a 100644 --- a/sys/winnt/Makefile.gcc +++ b/sys/winnt/Makefile.gcc @@ -506,8 +506,6 @@ else endif $(subst /,\,if exist $(DOC)/guidebook.txt copy $(DOC)/guidebook.txt $(GAMEDIR)/Guidebook.txt) $(subst /,\,if exist $(DOC)/nethack.txt copy $(DOC)/nethack.txt $(GAMEDIR)/NetHack.txt) - $(subst /,\,@if exist $(SRC)/$(GAME).PDB copy $(SRC)/$(GAME).pdb $(GAMEDIR)/$(GAME).pdb) - $(subst /,\,@if exist $(GAMEDIR)/$(GAME).PDB echo NOTE: You may want to remove $(GAMEDIR)/$(GAME).pdb to conserve space) $(subst /,\,-copy $(NTSYS)/defaults.nh $(GAMEDIR)/defaults.nh) $(subst /,\,echo install done > $@) -- 2.40.0