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