From: hpa Date: Thu, 29 Sep 2005 17:38:26 +0000 (-0700) Subject: git-http-fetch needs $(X) X-Git-Tag: v0.99.9~213 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fef1ef8e1b87f28f019bf973547644e41f4be7cd;p=git.git git-http-fetch needs $(X) --- diff --git a/Makefile b/Makefile index 97b584b41..1f4f31b53 100644 --- 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