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:
@@ -18,7 +18,7 @@ Vici-Session/pm_to_blib: $(EXTRA_DIST) $(srcdir)/Vici-Session/Makefile
|
|||||||
(cd $(srcdir)/Vici-Session; make)
|
(cd $(srcdir)/Vici-Session; make)
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
(cd $(srcdir)/Vici-Session; make clean)
|
(cd $(srcdir)/Vici-Session; [ ! -f Makefile ] || make clean)
|
||||||
|
|
||||||
if PERL_CPAN_INSTALL
|
if PERL_CPAN_INSTALL
|
||||||
install-exec-local: Vici-Session/pm_to_blib
|
install-exec-local: Vici-Session/pm_to_blib
|
||||||
|
|||||||
Reference in New Issue
Block a user