we need to remove the pidl Makefile on "make clean" to handle upgrades
authorAndrew Tridgell <tridge@samba.org>
Thu, 6 Nov 2008 00:02:20 +0000 (11:02 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 6 Nov 2008 00:02:20 +0000 (11:02 +1100)
to perl versions

pidl/config.mk

index 45582f5d568b54fce90aa66f13759d710978c3be..d7a84e3fcc23c0db4b3a64672890d6cd7d965e22 100644 (file)
@@ -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