git-http-fetch needs $(X)

maint
hpa 2005-09-29 10:38:26 -07:00
parent bb8c91d617
commit fef1ef8e1b
1 changed files with 1 additions and 1 deletions

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