]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
Makefile: Move *_LIBS assignment into its own section
[thirdparty/git.git] / 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'