1
0
mirror of https://github.com/git/git.git synced 2025-04-27 23:54:09 +00:00

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
CURL_LIBCURL = -lcurl
endif
PROGRAMS += git-http-fetch
PROGRAMS += git-http-fetch$(X)
endif
ifndef SHELL_PATH