changeset 709:144bdfca82d1

Build system improvement.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Feb 2022 15:26:06 +0200
parents 84d7b33c4e83
children ff1af7410bba
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Mon Apr 27 02:45:28 2020 +0300
+++ b/Makefile.gen	Fri Feb 25 15:26:06 2022 +0200
@@ -6,7 +6,6 @@
 CFLAGS += -std=c11 -pedantic -D_XOPEN_SOURCE=500
 THLIBS=th-libs/
 
-
 #
 # Version strings
 #
@@ -35,7 +34,7 @@
 main.c: VERSION
 
 $(NNCHAT_BIN): $(addprefix $(OBJPATH),$(NNCHAT_OBJ)) $(THLIBS_A) $(EXTRAOBJS)
-	$(LINK_C_BIN)
+	$(call LINK_C_BIN,)
 
 
 #