summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-06-30 09:43:43 +0200
committerJunio C Hamano <junkio@cox.net>2006-07-03 02:14:44 +0200
commit3553309f5ba7f9fed61ac2767d53677c309826b2 (patch)
treea82a1348e0ca919b2089e168bca3a1ac57a84c6a /Makefile
parentPerly git: work around buggy make implementations. (diff)
downloadgit-3553309f5ba7f9fed61ac2767d53677c309826b2.tar.xz
git-3553309f5ba7f9fed61ac2767d53677c309826b2.zip
Git.pm: clean generated files.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3810514d50..7030167253 100644
--- a/Makefile
+++ b/Makefile
@@ -771,6 +771,7 @@ clean:
rm -f $(htmldocs).tar.gz $(manpages).tar.gz
$(MAKE) -C Documentation/ clean
[ ! -f perl/Makefile ] || $(MAKE) -C perl/ clean || $(MAKE) -C perl/ clean
+ rm -f perl/ppport.h perl/Makefile.old
$(MAKE) -C templates/ clean
$(MAKE) -C t/ clean
rm -f GIT-VERSION-FILE GIT-CFLAGS