From: Todd C. Miller Date: Thu, 1 Aug 2013 16:50:05 +0000 (-0600) Subject: Update dependencies now that sudo_usage.h is always included from X-Git-Tag: SUDO_1_8_8^2~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=235d32c9943b151f08b5fb182731f12ef6d41b7e;p=sudo Update dependencies now that sudo_usage.h is always included from the build dir. --- diff --git a/src/Makefile.in b/src/Makefile.in index 3181bd9c5..3b11b7e47 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -291,12 +291,12 @@ solaris.o: $(srcdir)/solaris.c $(top_builddir)/config.h $(srcdir)/sudo.h \ $(incdir)/fileops.h $(incdir)/list.h $(incdir)/sudo_conf.h \ $(incdir)/list.h $(incdir)/sudo_debug.h $(incdir)/gettext.h $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(srcdir)/solaris.c -sudo.o: $(srcdir)/sudo.c $(top_builddir)/config.h $(srcdir)/sudo.h \ - $(top_builddir)/pathnames.h $(top_srcdir)/compat/stdbool.h \ - $(incdir)/missing.h $(incdir)/alloc.h $(incdir)/error.h \ - $(incdir)/fileops.h $(incdir)/list.h $(incdir)/sudo_conf.h \ - $(incdir)/list.h $(incdir)/sudo_debug.h $(incdir)/gettext.h \ - $(incdir)/sudo_plugin.h $(srcdir)/sudo_plugin_int.h ./sudo_usage.h +sudo.o: $(srcdir)/sudo.c $(top_builddir)/config.h ./sudo_usage.h \ + $(srcdir)/sudo.h $(top_builddir)/pathnames.h \ + $(top_srcdir)/compat/stdbool.h $(incdir)/missing.h $(incdir)/alloc.h \ + $(incdir)/error.h $(incdir)/fileops.h $(incdir)/list.h \ + $(incdir)/sudo_conf.h $(incdir)/list.h $(incdir)/sudo_debug.h \ + $(incdir)/gettext.h $(incdir)/sudo_plugin.h $(srcdir)/sudo_plugin_int.h $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(srcdir)/sudo.c sudo_edit.o: $(srcdir)/sudo_edit.c $(top_builddir)/config.h $(srcdir)/sudo.h \ $(top_builddir)/pathnames.h $(top_srcdir)/compat/stdbool.h \