From: Peter Buschman Date: Thu, 4 Dec 2008 20:47:34 +0000 (+0000) Subject: Corrected missing references that were causing static-bacula-fd not to be built. X-Git-Tag: Release-3.0.0~520 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e57df8569de96f4a6ac589c3b39ba7d8514e5b0a;p=bacula%2Fbacula Corrected missing references that were causing static-bacula-fd not to be built. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8119 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/filed/Makefile.in b/bacula/src/filed/Makefile.in index a69df1f016..44ea26276b 100644 --- a/bacula/src/filed/Makefile.in +++ b/bacula/src/filed/Makefile.in @@ -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 diff --git a/bacula/src/findlib/Makefile.in b/bacula/src/findlib/Makefile.in index bd6e23a9b1..c8bbc9e438 100644 --- a/bacula/src/findlib/Makefile.in +++ b/bacula/src/findlib/Makefile.in @@ -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 " "