From: Ævar Arnfjörð Bjarmason Date: Fri, 22 Feb 2019 14:41:25 +0000 (+0100) Subject: Makefile: Move *_LIBS assignment into its own section X-Git-Tag: v2.22.0-rc0~144^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fb2a231bfc09a04ca5ecc623a9d95f9d24eb054;p=thirdparty%2Fgit.git Makefile: Move *_LIBS assignment into its own section Now the only other non-program assignment in the previous list is PTHREAD_CFLAGS, which'll be moved elsewhere in a follow-up change. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 0870fd4651..59674ce9d7 100644 --- a/Makefile +++ b/Makefile @@ -572,7 +572,6 @@ TCLTK_PATH = wish XGETTEXT = xgettext MSGFMT = msgfmt CURL_CONFIG = curl-config -PTHREAD_LIBS = -lpthread PTHREAD_CFLAGS = GCOV = gcov STRIP = strip @@ -580,6 +579,9 @@ SPATCH = spatch export TCL_PATH TCLTK_PATH +# Set our default LIBS variables +PTHREAD_LIBS = -lpthread + # user customisation variable for 'sparse' target SPARSE_FLAGS ?= # internal/platform customisation variable for 'sparse'