ref: 7fee89eaa80658de4de6bd96cc479232bbcca627
parent: 7b139123693c6ff42c54d81a56a6318cf50c3058
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Aug 26 06:38:00 EDT 2018
[ld] Remove ld from the PATH Ld is not ready to be used at this moment, and having it in the PATH makes scc fails always.
--- a/ld/Makefile
+++ b/ld/Makefile
@@ -7,7 +7,7 @@
OBJ = main.o coff32.o obj.o
LIB = $(LIBDIR)/libscc.a $(LIBDIR)/libcoff32.a
-TARGET = $(BINDIR)/ld
+TARGET = ld
all: $(TARGET)