ref: 25bc36bff00d311a5d3fd681ecf20b707df455a4
parent: 9987372b561e1321f99443ecb1aa5657a5199284
author: Eddie Thieda <eddie.thieda@gmail.com>
date: Wed Jan 2 13:54:48 EST 2019
Removed extra space character.
--- a/src/Makefile
+++ b/src/Makefile
@@ -5,7 +5,7 @@
TOOLS = cc1 cc2 ld as nm objdump
LIBS = libscc libcoff32 libc libcrt
-DIRS = $(TOOLS) $(LIBS)
+DIRS = $(TOOLS) $(LIBS)
all: $(TOOLS)