From f2ecc771cfc7f6d69f3a83be669eab4e12998016 Mon Sep 17 00:00:00 2001 From: Alain Spineux Date: Fri, 26 Nov 2021 10:50:08 +0100 Subject: [PATCH] typo in Makefile - libtool instead of libtools --- bacula/src/stored/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3