diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-11 22:12:29 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-11 22:12:29 -0700 |
commit | 8eb14dc1882ade6f881ae93dfd7ecaa0dc0f0fdc (patch) | |
tree | d3d4506e20175ba73c64dfb9cefb189c1dd9127a /Makefile | |
parent | Start preparing for 0.99.5 (diff) | |
parent | [PATCH] Also parse objects we already have (diff) | |
download | tgif-8eb14dc1882ade6f881ae93dfd7ecaa0dc0f0fdc.tar.xz |
Merge changes in the master branch into 0.99.5 preparation branch.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -244,7 +244,8 @@ deb: dist clean: rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE) - rm -f $(GIT_TARNAME).tar.gz git-core.spec git-core_$(GIT_VERSION)-*.deb + rm -f $(GIT_TARNAME).tar.gz git-core.spec + rm -f git-core_$(GIT_VERSION)-*.deb git-tk_$(GIT_VERSION)-*.deb rm -rf $(GIT_TARNAME) $(MAKE) -C tools/ clean $(MAKE) -C Documentation/ clean |