diff --git a/build/Makefile b/build/Makefile index 08c8b40..0d6db1a 100644 --- a/build/Makefile +++ b/build/Makefile @@ -143,7 +143,7 @@ $(BINDIR)/altmkdir: $(ALTSRC)/wktmkdir.s # The commands that did not come from the scans others: dirs $(BINDIR)/sh $(BINDIR)/wktcat $(BINDIR)/wktcp $(BINDIR)/date \ $(BINDIR)/ln $(BINDIR)/ls $(BINDIR)/mv $(BINDIR)/stat $(BINDIR)/od \ - $(BINDIR)/bc $(BINDIR)/lsd + $(BINDIR)/bc $(BINDIR)/lsd $(BINDIR)/lsl # Alternative other commands: no dd, but . and .. altothers: dirs $(BINDIR)/sh $(BINDIR)/wktcat $(BINDIR)/wktcp $(BINDIR)/date \ @@ -174,8 +174,8 @@ $(BINDIR)/lsd: $(OTHERSRC)/pblsd.s $(BINDIR)/altls: $(ALTSRC)/wktls.s $(AS) $(ASARGS) -o $(BINDIR)/altls $(ALTSRC)/wktls.s -$(BINDIR)/lsd: $(OTHERSRC)/pblsd.s - $(AS) $(ASARGS) -o $(BINDIR)/lsd $(OTHERSRC)/pblsd.s +$(BINDIR)/lsl: $(OTHERSRC)/pblsd.s + $(AS) $(ASARGS) -o $(BINDIR)/lsl $(OTHERSRC)/pblsd.s $(BINDIR)/mv: $(OTHERSRC)/wktmv.s $(AS) $(ASARGS) -o $(BINDIR)/mv $(OTHERSRC)/wktmv.s