From: Todd C. Miller Date: Tue, 8 May 2012 20:57:06 +0000 (-0400) Subject: update depends X-Git-Tag: SUDO_1_8_5~1^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c690ac2073b82dd28d40e4128aade2b398bc9db9;p=sudo update depends --- diff --git a/Makefile.in b/Makefile.in index a6a76ad02..1fbed4cd0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -132,12 +132,14 @@ depend: siglist.c $(srcdir)/compat/Makefile.in $(srcdir)/plugins/sample/Makefile.in \ $(srcdir)/plugins/sample_group/Makefile.in \ $(srcdir)/plugins/sudoers/Makefile.in \ + $(srcdir)/plugins/system_group/Makefile.in \ $(srcdir)/src/Makefile.in $(srcdir)/zlib/Makefile.in; \ ./config.status --file $(srcdir)/common/Makefile \ --file $(srcdir)/compat/Makefile \ --file $(srcdir)/plugins/sample/Makefile \ --file $(srcdir)/plugins/sample_group/Makefile \ --file $(srcdir)/plugins/sudoers/Makefile \ + --file $(srcdir)/plugins/system_group/Makefile \ --file $(srcdir)/src/Makefile --file $(srcdir)/zlib/Makefile ChangeLog: diff --git a/plugins/sudoers/Makefile.in b/plugins/sudoers/Makefile.in index ecf4fb538..8769d386c 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -411,7 +411,8 @@ bsdauth.lo: $(authdir)/bsdauth.c $(top_builddir)/config.h $(srcdir)/sudoers.h \ $(incdir)/sudo_plugin.h $(incdir)/sudo_debug.h $(incdir)/gettext.h $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(authdir)/bsdauth.c bsm_audit.lo: $(srcdir)/bsm_audit.c $(top_builddir)/config.h \ - $(incdir)/gettext.h $(incdir)/sudo_debug.h $(srcdir)/bsm_audit.h + $(incdir)/gettext.h $(incdir)/error.h $(incdir)/sudo_debug.h \ + $(srcdir)/bsm_audit.h $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(srcdir)/bsm_audit.c check.lo: $(srcdir)/check.c $(top_builddir)/config.h $(srcdir)/sudoers.h \ $(top_srcdir)/compat/stdbool.h $(top_builddir)/pathnames.h \ diff --git a/plugins/system_group/Makefile.in b/plugins/system_group/Makefile.in index 9e3770473..0146c20c6 100644 --- a/plugins/system_group/Makefile.in +++ b/plugins/system_group/Makefile.in @@ -122,6 +122,6 @@ cleandir: realclean # Autogenerated dependencies, do not modify system_group.lo: $(srcdir)/system_group.c $(top_builddir)/config.h \ - $(top_srcdir)/compat/stdbool.h $(incdir)/sudo_plugin.h \ - $(incdir)/missing.h + $(top_srcdir)/compat/stdbool.h $(top_srcdir)/compat/dlfcn.h \ + $(incdir)/sudo_plugin.h $(incdir)/missing.h $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(srcdir)/system_group.c