vici: Fix clean-local target for Perl bindings if they were not built

This is called when running `make distclean` (or indirectly via `make
distcheck`).
This commit is contained in:
Tobias Brunner
2015-12-04 12:10:57 +01:00
parent 057e6cc524
commit 63a778a25d
+1 -1
View File
@@ -18,7 +18,7 @@ Vici-Session/pm_to_blib: $(EXTRA_DIST) $(srcdir)/Vici-Session/Makefile
(cd $(srcdir)/Vici-Session; make)
clean-local:
(cd $(srcdir)/Vici-Session; make clean)
(cd $(srcdir)/Vici-Session; [ ! -f Makefile ] || make clean)
if PERL_CPAN_INSTALL
install-exec-local: Vici-Session/pm_to_blib