From: Alain Spineux Date: Fri, 26 Nov 2021 09:50:08 +0000 (+0100) Subject: typo in Makefile X-Git-Tag: Beta-15.0.0~735 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ecc771cfc7f6d69f3a83be669eab4e12998016;p=thirdparty%2Fbacula.git typo in Makefile - libtool instead of libtools --- diff --git a/bacula/src/stored/Makefile.in b/bacula/src/stored/Makefile.in index 3ebf71c20..329c4f209 100644 --- a/bacula/src/stored/Makefile.in +++ b/bacula/src/stored/Makefile.in @@ -356,7 +356,7 @@ acsls-changer.o: acsls-changer.c # this is a dirty fix for linking problem of the ACSLS static libraries. ACSLS libs are not compatible # with libtool. # -# libdir points to /opt/bacula/lib, but libtools decides to store libraries to +# libdir points to /opt/bacula/lib, but libtool decides to store libraries to # /opt/bacula/lib64 on some platforms. We can add the two directories in rpath # to workaround the problem. acsls-changer: Makefile $(ACSLSCHGOBJS)