git-http-fetch needs $(X)

This commit is contained in:
hpa 2005-09-29 10:38:26 -07:00
parent bb8c91d617
commit fef1ef8e1b

View File

@ -190,7 +190,7 @@ ifndef NO_CURL
else else
CURL_LIBCURL = -lcurl CURL_LIBCURL = -lcurl
endif endif
PROGRAMS += git-http-fetch PROGRAMS += git-http-fetch$(X)
endif endif
ifndef SHELL_PATH ifndef SHELL_PATH