aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libcharon/plugins/vici/perl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/vici/perl/Makefile.am b/src/libcharon/plugins/vici/perl/Makefile.am
index 1c2d86e53..9bc6262ac 100644
--- a/src/libcharon/plugins/vici/perl/Makefile.am
+++ b/src/libcharon/plugins/vici/perl/Makefile.am
@@ -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