]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/Makefile.in
ebl cleanup
[bacula/bacula] / bacula / Makefile.in
index e68cc97c3921e3319998dfdfd6b76fe1aa870fba..0fe99cb4b46d272a6fc6b20afb6acdc689f388ef 100755 (executable)
@@ -58,8 +58,13 @@ bacula-fd: Makefile
        done
 
 #-------------------------------------------------------------------------
+
 autoconf/aclocal.m4: autoconf/configure.in autoconf/bacula-macros/* autoconf/gettext-macros/* autoconf/libtool/*
-       cd autoconf && aclocal -I bacula-macros -I gettext-macros -I libtool
+
+#  Note, the following is needed in the above if ever any new macro is added.
+#   However, at the current time, the -I libtool causes the autoconf/aclocal.m4
+#   get messed up, so this is commented out
+#      cd autoconf && aclocal -I bacula-macros -I gettext-macros -I libtool
 
 configure: autoconf/configure.in autoconf/aclocal.m4 autoconf/acconfig.h autoconf/config.h.in
        cd $(srcdir);
@@ -81,7 +86,7 @@ autoconf/config.h.in: autoconf/configure.in autoconf/acconfig.h
        autoconf/configure.in > autoconf/config.h.in
        chmod 644 autoconf/config.h.in
 
-libtool: $(LIBTOOL_DEPS)
+libtool: Makefile $(LIBTOOL_DEPS)
        $(SHELL) ./config.status --recheck
 
 installdirs: