From ae795a09796b35c464c2cc89c53776e63e608686 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 6 Nov 2008 11:02:20 +1100 Subject: we need to remove the pidl Makefile on "make clean" to handle upgrades to perl versions --- pidl/config.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pidl/config.mk') diff --git a/pidl/config.mk b/pidl/config.mk index 45582f5d56..d7a84e3fcc 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 -- cgit