git-http-fetch needs $(X)
[git.git] / Makefile
index 97b584b..1f4f31b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -190,7 +190,7 @@ ifndef NO_CURL
        else
                CURL_LIBCURL = -lcurl
        endif
-       PROGRAMS += git-http-fetch
+       PROGRAMS += git-http-fetch$(X)
 endif
 
 ifndef SHELL_PATH