projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ae8239
)
compat/ has subdirectories: do not omit them in 'make clean'
author
Johannes Sixt
<j6t@kdbg.org>
Thu, 11 Jun 2009 20:56:12 +0000
(22:56 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 11 Jun 2009 21:19:10 +0000
(14:19 -0700)
[1. text/plain]
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a51cff925dffc7e0b1f5733b5a3a5f612c1a190c..867438de95d7a685f9babc79c3edb76fea110715 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1662,7
+1662,7
@@
distclean: clean
$(RM) configure
clean:
- $(RM) *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o xdiff/*.o \
+ $(RM) *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o
compat/*/*.o
xdiff/*.o \
$(LIB_FILE) $(XDIFF_LIB)
$(RM) $(ALL_PROGRAMS) $(BUILT_INS) git$X
$(RM) $(TEST_PROGRAMS)