diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-13 11:47:01 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-13 11:48:00 -0800 |
commit | 6f5e880c68099b185e60b2492c75e506e16d8292 (patch) | |
tree | 26e8f90358a85a9f122667d1c124798d8c0cffc4 /Makefile | |
parent | 624d3519c9adda89de57e54de5e502474d871974 (diff) | |
parent | 58d4203aa617293d1dc3746a1ea33d84eb766e0f (diff) | |
download | git-6f5e880c68099b185e60b2492c75e506e16d8292.tar.gz |
Sync with maint
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -342,7 +342,7 @@ pathsep = : export prefix bindir sharedir sysconfdir gitwebdir localedir -CC = gcc +CC = cc AR = ar RM = rm -f DIFF = diff |