]> git.sur5r.net Git - bacula/bacula/commitdiff
Corrected missing references that were causing static-bacula-fd not to be built.
authorPeter Buschman <peterb@iotk.com>
Thu, 4 Dec 2008 20:47:34 +0000 (20:47 +0000)
committerPeter Buschman <peterb@iotk.com>
Thu, 4 Dec 2008 20:47:34 +0000 (20:47 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8119 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/Makefile.in
bacula/src/findlib/Makefile.in

index a69df1f016f62bdd0ca05ad998d790f465e15d3a..44ea26276b467d5ca5351ea9765a89d7e685d1a0 100644 (file)
@@ -130,7 +130,7 @@ install: all
        echo "${INSTALL_CONFIG} $$srcconf ${DESTDIR}${sysconfdir}/$$destconf"; \
        ${INSTALL_CONFIG} $$srcconf ${DESTDIR}${sysconfdir}/$$destconf
        @if test -f static-bacula-fd; then \
-          $(LIBTOOL_INSTALL) install $(INSTALL_PROGRAM) static-bacula-fd $(DESTDIR)$(sbindir)/static-bacula-fd; \
+          $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) static-bacula-fd $(DESTDIR)$(sbindir)/static-bacula-fd; \
        fi
 
 
index bd6e23a9b1f1639ebecf24ba06d666ccee8aa768..c8bbc9e438020be0f5b7d8d44b37b95736ff069e 100644 (file)
@@ -47,7 +47,7 @@ LIBBACFIND_LT_AGE = 0
        @echo "Compiling $<"
        $(NO_ECHO)$(LIBTOOL_COMPILE) $(CXX) $(DEFS) $(DEBUG) -c $(WCFLAGS) $(CPPFLAGS) -I$(srcdir) -I$(basedir) $(DINCLUDE) $(CFLAGS) $<
 #-------------------------------------------------------------------------
-all: Makefile libbacfind$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE)
+all: Makefile libbacfind$(DEFAULT_ARCHIVE_TYPE) libbacfind.a ../lib/libbac$(DEFAULT_ARCHIVE_TYPE)
        @echo "==== Make of findlib is good ===="
        @echo " "