Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: clean block-sha1/ directory instead of mozilla-sha1/
author
Carlos R. Mafra
<crmafra@aei.mpg.de>
Sun, 11 Oct 2009 13:32:19 +0000
(15:32 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 19 Oct 2009 02:45:38 +0000
(19:45 -0700)
'make clean' should remove the object files from block-sha1/
instead of the non-existent mozilla-sha1/ directory.
Signed-off-by: Carlos R. Mafra <crmafra@aei.mpg.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
b142da2
)
diff --git
a/Makefile
b/Makefile
index fea237bc80978c1011793ee0cbd8398b2e9f773b..42b7d60e195559c8c0a7c6b32ce3b7ab8cfacebd 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1827,7
+1827,7
@@
distclean: clean
$(RM) configure
clean:
- $(RM) *.o
mozilla
-sha1/*.o arm/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \
+ $(RM) *.o
block
-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)