aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-21 22:52:37 -0800
committerJunio C Hamano <junkio@cox.net>2005-11-21 23:00:50 -0800
commit9ce392f4826558357af2b2c7eb6ad876fdb53a91 (patch)
tree1fc0cafecbccad13a1252e45d0039fb85026cc65 /Makefile
parent07f92477227e2a1770dfbb6318caedc4f091f6c1 (diff)
downloadgit-9ce392f4826558357af2b2c7eb6ad876fdb53a91.tar.gz
git-9ce392f4826558357af2b2c7eb6ad876fdb53a91.tar.xz
Move diff.renamelimit out of default configuration.
Otherwise we would end up linking all the unneeded stuff into git-daemon only to link with git_default_config. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ecbb88889..a97a5d959 100644
--- a/Makefile
+++ b/Makefile
@@ -482,7 +482,8 @@ deb: dist
### Cleaning rules
clean:
- rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o git $(PROGRAMS) $(LIB_FILE)
+ rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o $(LIB_FILE)
+ rm -f $(PROGRAMS) $(SIMPLE_PROGRAMS) git$X
rm -f $(filter-out gitk,$(SCRIPTS))
rm -f *.spec *.pyc *.pyo
rm -rf $(GIT_TARNAME)