From 382b04e9009e9be192b9f00078d17825f2dac245 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sun, 24 Mar 2002 19:51:01 +0000 Subject: [PATCH] fix Makefile typos for uudecode --- sys/winnt/Makefile.bcc | 2 +- sys/winnt/Makefile.msc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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