From: Eric Bollengier Date: Wed, 16 Mar 2022 08:35:05 +0000 (+0100) Subject: Fix cdp-client Makefile install target X-Git-Tag: Release-11.3.2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=785e215f836334f085abb736c3b18c20ce614d87;p=thirdparty%2Fbacula.git Fix cdp-client Makefile install target --- diff --git a/bacula/src/tools/cdp-client/Makefile.in b/bacula/src/tools/cdp-client/Makefile.in index 96ef80ab2..eaa088dca 100644 --- a/bacula/src/tools/cdp-client/Makefile.in +++ b/bacula/src/tools/cdp-client/Makefile.in @@ -61,7 +61,7 @@ libtool-clean: @$(RMF) -r .libs _libs clean: libtool-clean - @$(RMF) core core.* a.out *.o *.bak *~ *.intpro *.extpro 1 2 3 fs-io-error + @$(RMF) core core.* a.out *.o *.lo @$(RMF) $(DIRTOOLS) realclean: clean @@ -77,14 +77,10 @@ devclean: realclean # Allow non-root execution of bsmtp for non-root Directors install: cdp-client - @for tool in cdp-client ; do \ - $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) $$tool $(DESTDIR)$(sbindir)/$$tool ; \ - done + $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM_ALL) cdp-client $(DESTDIR)$(sbindir)/ uninstall: - @for tool in cdp-client ; do \ - $(RMF) $(DESTDIR)$(sbindir)/$$tool ; \ - done + $(RMF) $(DESTDIR)$(sbindir)/cdp-client