From 388ad69f096fa53e3d657bedca98363040cca36a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 19 Dec 2013 16:44:05 -0700 Subject: [PATCH] regen --- plugins/sudoers/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/sudoers/Makefile.in b/plugins/sudoers/Makefile.in index 14d9cc3bd..fdcb45b5e 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -520,11 +520,13 @@ check_iolog_path.o: $(srcdir)/regress/iolog_path/check_iolog_path.c \ $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(srcdir)/regress/iolog_path/check_iolog_path.c check_symbols.o: $(srcdir)/regress/check_symbols/check_symbols.c \ $(incdir)/fatal.h $(incdir)/missing.h $(incdir)/sudo_dso.h \ - $(top_builddir)/config.h + $(incdir)/sudo_util.h $(top_builddir)/config.h \ + $(top_srcdir)/compat/stdbool.h $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(srcdir)/regress/check_symbols/check_symbols.c check_wrap.o: $(srcdir)/regress/logging/check_wrap.c $(incdir)/fatal.h \ $(incdir)/missing.h $(incdir)/sudo_plugin.h \ - $(top_builddir)/config.h + $(incdir)/sudo_util.h $(top_builddir)/config.h \ + $(top_srcdir)/compat/stdbool.h $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(srcdir)/regress/logging/check_wrap.c dce.lo: $(authdir)/dce.c $(devdir)/def_data.h $(incdir)/alloc.h \ $(incdir)/fatal.h $(incdir)/fileops.h $(incdir)/gettext.h \