From 74f3e1b31857dfa69cffd6ac3ae8cdfd7860a114 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Wed, 23 Dec 2009 21:43:01 +0100 Subject: [PATCH] Fix depend for changes to SRC variables. --- bacula/src/cats/Makefile.in | 2 +- bacula/src/findlib/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/cats/Makefile.in b/bacula/src/cats/Makefile.in index 5ed376f990..e39266f687 100644 --- a/bacula/src/cats/Makefile.in +++ b/bacula/src/cats/Makefile.in @@ -186,7 +186,7 @@ depend: @$(MV) Makefile Makefile.bak @$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile @$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile - @for src in $(LIBSRCS); do \ + @for src in $(LIBBACSQL_SRCS); do \ $(CXX) -S -M -MT `basename $$src .c`$(DEFAULT_OBJECT_TYPE) $(CPPFLAGS) $(XINC) -I$(srcdir) -I$(basedir) $(SQL_INC) $$src >> Makefile; \ done @if test -f Makefile ; then \ diff --git a/bacula/src/findlib/Makefile.in b/bacula/src/findlib/Makefile.in index b77993b14f..cc7b4bde80 100644 --- a/bacula/src/findlib/Makefile.in +++ b/bacula/src/findlib/Makefile.in @@ -115,7 +115,7 @@ depend: @$(MV) Makefile Makefile.bak @$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile @$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile - @for src in $(LIBSRCS); do \ + @for src in $(LIBBACFIND_SRCS); do \ $(CXX) -S -M -MT `basename $$src .c`$(DEFAULT_OBJECT_TYPE) $(CPPFLAGS) $(XINC) -I$(srcdir) -I$(basedir) $(SQL_INC) $$src >> Makefile; \ done @if test -f Makefile ; then \ -- 2.39.5