]> granicus.if.org Git - nethack/commitdiff
fix Makefile typos for uudecode
authornethack.allison <nethack.allison>
Sun, 24 Mar 2002 19:51:01 +0000 (19:51 +0000)
committernethack.allison <nethack.allison>
Sun, 24 Mar 2002 19:51:01 +0000 (19:51 +0000)
sys/winnt/Makefile.bcc
sys/winnt/Makefile.msc

index ab3e38cb19f973be4e1822021c89ea4eb3f0896a..a81109c99ab6ca9911a05b230e5ff191d0938032 100644 (file)
@@ -678,7 +678,7 @@ $(SRC)\vis_tab.c: $(U)makedefs.exe
 #==========================================
 
 $(U)uudecode.exe: $(O)uudecode.o
-       @$(link) $(LFLAGSU) $(startobj) $(O)\uudecode.o, $@,,$(libsmt)
+       @$(link) $(LFLAGSU) $(startobj) $(O)uudecode.o, $@,,$(libsmt)
 
 $(O)uudecode.o: $(SSYS)\uudecode.c
 
index 0bcc9554254462677576309088259d7adb86701c..ca3bcd707de4181f083a3a80b317193e07e8a00e 100644 (file)
@@ -629,7 +629,7 @@ $(SRC)\vis_tab.c: $(U)makedefs.exe
 #==========================================
 
 $(U)uudecode.exe: $(O)uudecode.o
-       @$(link) $(LFLAGSU) -out:$@ $(O)\uudecode.o
+       @$(link) $(LFLAGSU) -out:$@ $(O)uudecode.o
 
 $(O)uudecode.o: $(SSYS)\uudecode.c