]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
Makefile: move "strip" assignment down from flags
[thirdparty/git.git] / Makefile
index 97e922cc417fc3679d35d19f365530d77f464082..c53727e44bbf64b13bb2a80aadc40b651b2780b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -512,7 +512,6 @@ CFLAGS = -g -O2 -Wall
 LDFLAGS =
 ALL_CFLAGS = $(CPPFLAGS) $(CFLAGS)
 ALL_LDFLAGS = $(LDFLAGS)
-STRIP ?= strip
 
 # Create as necessary, replace existing, make ranlib unneeded.
 ARFLAGS = rcs
@@ -576,6 +575,7 @@ CURL_CONFIG = curl-config
 PTHREAD_LIBS = -lpthread
 PTHREAD_CFLAGS =
 GCOV = gcov
+STRIP = strip
 SPATCH = spatch
 
 export TCL_PATH TCLTK_PATH