]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
typo in Makefile
authorAlain Spineux <alain@baculasystems.com>
Fri, 26 Nov 2021 09:50:08 +0000 (10:50 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:56 +0000 (13:56 +0200)
- libtool instead of libtools

bacula/src/stored/Makefile.in

index 3ebf71c20090edd84b2df35974c68e25b6717de4..329c4f2095cebd741ab728c2fe36837f1c1002ed 100644 (file)
@@ -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)