perl: fix make clean
commit523bbaa4580a103b0994b5e3c71efcb1a8c6a7db
authorJunio C Hamano <junkio@cox.net>
Sat, 24 Jun 2006 12:16:17 +0000 (24 05:16 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:14:42 +0000 (2 17:14 -0700)
tree5dd17be82b4805a2674da5adab89be15b7bb6922
parent5e6ab8607e4ae53c0abb5b3027904f1e3f539969
perl: fix make clean

When perl/Makefile is stale with respect to perl/Makefile.PL, it
prevents "make clean" from completing which is quite irritating.
Fix it by calling subdirectory make clean twice as needed.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile