From: Andrew Tridgell Date: Thu, 6 Nov 2008 00:02:20 +0000 (+1100) Subject: we need to remove the pidl Makefile on "make clean" to handle upgrades X-Git-Tag: samba-4.0.0alpha6~483 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae795a09796b35c464c2cc89c53776e63e608686;p=thirdparty%2Fsamba.git we need to remove the pidl Makefile on "make clean" to handle upgrades to perl versions --- diff --git a/pidl/config.mk b/pidl/config.mk index 45582f5d568..d7a84e3fcc2 100644 --- a/pidl/config.mk +++ b/pidl/config.mk @@ -28,4 +28,7 @@ $(pidldir)/lib/Parse/Pidl/Expr.pm: $(pidldir)/idl.yp testcov-html:: pidl-testcov +pidl-clean: + /bin/rm -f $(pidldir)/Makefile +clean:: pidl-clean