aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhpa <hpa@trantor.hos.anvin.org>2005-09-29 10:38:26 -0700
committerhpa <hpa@trantor.hos.anvin.org>2005-09-29 10:38:26 -0700
commitfef1ef8e1b87f28f019bf973547644e41f4be7cd (patch)
tree86d1b81284382d337ed1417c0e2b755eb2260075 /Makefile
parentbb8c91d617e8a2ab4a78712086d1574da6e24e68 (diff)
downloadgit-fef1ef8e1b87f28f019bf973547644e41f4be7cd.tar.gz
git-fef1ef8e1b87f28f019bf973547644e41f4be7cd.tar.xz
git-http-fetch needs $(X)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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