From: Junio C Hamano Date: Fri, 12 Aug 2005 01:52:34 +0000 (-0700) Subject: Clean generated deb files. X-Git-Tag: v0.99.5~24^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a6bc31338ee99b1ade13b260c96800ea826bb9d1;p=git.git Clean generated deb files. Do not forgot that we have a separate git-tk package these days. Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index e0ea88fba..e8441af57 100644 --- a/Makefile +++ b/Makefile @@ -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