From: nethack.allison Date: Wed, 4 Jan 2006 11:43:58 +0000 (+0000) Subject: MSC Makefile typo X-Git-Tag: MOVE2GIT~1168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec1b3d3e6bd163386326c61410a873587c18375f;p=nethack MSC Makefile typo Fix a typo spotted in the last patch --- diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index 864fa06a4..014cde5f4 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -487,7 +487,7 @@ $(O)install.tag: $(DAT)\data $(DAT)\rumors $(DAT)\dungeon \ ! ENDIF if exist $(DOC)\guidebook.txt copy $(DOC)\guidebook.txt $(GAMEDIR)\Guidebook.txt if exist $(DOC)\nethack.txt copy $(DOC)\nethack.txt $(GAMEDIR)\NetHack.txt - @if exist $(O)\$(GAME).PDB copy $(O)\$(GAME).pdb $(GAMEDIR)\$(GAME).pdb + @if exist $(O)$(GAME).PDB copy $(O)$(GAME).pdb $(GAMEDIR)\$(GAME).pdb @if exist $(GAMEDIR)\$(GAME).PDB echo NOTE: You may want to remove $(GAMEDIR)\$(GAME).pdb to conserve space -copy $(NTSYS)\defaults.nh $(GAMEDIR)\defaults.nh echo install done > $@