]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix plugin Makefile.in install-test-plugin target
authorEric Bollengier <eric@baculasystems.com>
Wed, 9 Jun 2021 07:41:42 +0000 (09:41 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:02 +0000 (09:03 +0100)
bacula/src/plugins/fd/Makefile.in

index 75eb815fc561e6d9b028604702aab0d5154eadc0..1892b3d36a8b2a99cb6e9a06787eca290afb9c81 100644 (file)
@@ -488,12 +488,10 @@ install-backint: backint hdbbackint
        $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) backint $(DESTDIR)$(sbindir)
        $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) hdbbackint $(DESTDIR)$(sbindir)
 
-install-test-plugin: all test-plugins rot13 test-bpipe-fd.la
+install-test-plugin: all test-plugins test-bpipe-fd.la
        $(MKDIR) $(DESTDIR)$(plugindir)
        $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) test-plugin-fd.la $(DESTDIR)$(plugindir)
        $(RMF) $(DESTDIR)$(plugindir)/test-plugin-fd.la
-       $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) rot13-fd.la $(DESTDIR)$(plugindir)
-       $(RMF) $(DESTDIR)$(plugindir)/rot13-fd.la
        $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) test-deltaseq-fd.la $(DESTDIR)$(plugindir)
        $(RMF) $(DESTDIR)$(plugindir)/test-deltaseq-fd.la
        $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) test-handlexacl-plugin-fd.la $(DESTDIR)$(plugindir)