]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Makefile: Move *_LIBS assignment into its own section
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 22 Feb 2019 14:41:25 +0000 (15:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Feb 2019 15:32:57 +0000 (07:32 -0800)
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 <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index 0870fd4651afd75a2ad0841dcf45cca4d997c9b1..59674ce9d7df8acdd2b950a62715e6d48adb574f 100644 (file)
--- 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'