Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
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)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
65260a4
)
diff --git
a/Makefile
b/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'