fix Makefile typos for uudecode
This commit is contained in:
@@ -678,7 +678,7 @@ $(SRC)\vis_tab.c: $(U)makedefs.exe
|
|||||||
#==========================================
|
#==========================================
|
||||||
|
|
||||||
$(U)uudecode.exe: $(O)uudecode.o
|
$(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
|
$(O)uudecode.o: $(SSYS)\uudecode.c
|
||||||
|
|
||||||
|
|||||||
@@ -629,7 +629,7 @@ $(SRC)\vis_tab.c: $(U)makedefs.exe
|
|||||||
#==========================================
|
#==========================================
|
||||||
|
|
||||||
$(U)uudecode.exe: $(O)uudecode.o
|
$(U)uudecode.exe: $(O)uudecode.o
|
||||||
@$(link) $(LFLAGSU) -out:$@ $(O)\uudecode.o
|
@$(link) $(LFLAGSU) -out:$@ $(O)uudecode.o
|
||||||
|
|
||||||
$(O)uudecode.o: $(SSYS)\uudecode.c
|
$(O)uudecode.o: $(SSYS)\uudecode.c
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user