projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3200d1a
)
'make clean' forgot about some files
author
Nicolas Pitre
<nico@cam.org>
Thu, 17 Nov 2005 15:40:22 +0000
(10:40 -0500)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 18 Nov 2005 05:28:39 +0000
(21:28 -0800)
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
ebff990
..
3bdd059
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-466,7
+466,7
@@
deb: dist
### Cleaning rules
clean:
- rm -f *.o mozilla-sha1/*.o
ppc/*.o compat/*.o
$(PROGRAMS) $(LIB_FILE)
+ rm -f *.o mozilla-sha1/*.o
arm/*.o ppc/*.o compat/*.o git
$(PROGRAMS) $(LIB_FILE)
rm -f $(filter-out gitk,$(SCRIPTS))
rm -f *.spec *.pyc *.pyo
rm -rf $(GIT_TARNAME)