update depends
This commit is contained 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:
|
||||
|
@@ -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 \
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user