]> granicus.if.org Git - nethack/commitdiff
MSC Makefile typo
authornethack.allison <nethack.allison>
Wed, 4 Jan 2006 11:43:58 +0000 (11:43 +0000)
committernethack.allison <nethack.allison>
Wed, 4 Jan 2006 11:43:58 +0000 (11:43 +0000)
Fix a typo spotted in the last patch

sys/winnt/Makefile.msc

index 864fa06a41318ebe010135760d4b501fb17f595e..014cde5f4a894d9843136ccf37cf77d0cd66669e 100644 (file)
@@ -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 > $@