changeset 1700:c545329da759

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 18 Sep 2017 19:43:49 +0300
parents 0db1832c26c5
children 036b1feca422
files Makefile.gen
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Sun Sep 17 16:01:07 2017 +0300
+++ b/Makefile.gen	Mon Sep 18 19:43:49 2017 +0300
@@ -42,8 +42,8 @@
 	$(MKLOC_BIN) $(COMBINE_BIN) $(MAPSTATS_BIN) \
 	$(addprefix $(MAP_PATH),$(filter %.html,$(MAP_FILES)))
 
-THLIBS_A=$(OBJPATH)thlibs.a
-THLIBS_OBJ=th_util.o th_string.o th_args.o 
+THLIBS_A = $(OBJPATH)thlibs.a
+THLIBS_OBJ = th_util.o th_string.o th_args.o
 
 
 ###