summaryrefslogtreecommitdiffstats
path: root/pidl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-11-06 11:02:20 +1100
committerAndrew Tridgell <tridge@samba.org>2008-11-06 11:02:20 +1100
commitae795a09796b35c464c2cc89c53776e63e608686 (patch)
tree9c44179e19c5bdeb0a669a7ee0001bd3898aa922 /pidl
parent6a3a8f7e16b9d53db5fcb304d8b4b9d59cec2ced (diff)
downloadsamba-ae795a09796b35c464c2cc89c53776e63e608686.tar.gz
samba-ae795a09796b35c464c2cc89c53776e63e608686.tar.xz
samba-ae795a09796b35c464c2cc89c53776e63e608686.zip
we need to remove the pidl Makefile on "make clean" to handle upgrades
to perl versions
Diffstat (limited to 'pidl')
-rw-r--r--pidl/config.mk3
1 files changed, 3 insertions, 0 deletions
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