From: nethack.allison Date: Sun, 24 Mar 2002 19:51:01 +0000 (+0000) Subject: fix Makefile typos for uudecode X-Git-Tag: MOVE2GIT~2889 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=382b04e9009e9be192b9f00078d17825f2dac245;p=nethack fix Makefile typos for uudecode --- diff --git a/sys/winnt/Makefile.bcc b/sys/winnt/Makefile.bcc index ab3e38cb1..a81109c99 100644 --- a/sys/winnt/Makefile.bcc +++ b/sys/winnt/Makefile.bcc @@ -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 diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index 0bcc95542..ca3bcd707 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -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