summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2013-11-19 11:00:41 -0700
committerTodd C. Miller <Todd.Miller@courtesan.com>2013-11-19 11:00:41 -0700
commit6886195246abd72846df54845e419d0da2403fdd (patch)
tree51e06f9e323eae3fa9e2cb0fb88058c58defbf2c /src
parentdcbc8d94ed0263cece08bb444b98d1944ed041f8 (diff)
downloadsudo-6886195246abd72846df54845e419d0da2403fdd.tar.gz
libcommon tests need locale_stub.lo to link.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 74dfb4feb..6b55f90e3 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -238,8 +238,8 @@ load_plugins.o: $(srcdir)/load_plugins.c $(incdir)/alloc.h $(incdir)/fatal.h \
$(top_builddir)/pathnames.h $(top_srcdir)/compat/dlfcn.h \
$(top_srcdir)/compat/stdbool.h
$(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(srcdir)/load_plugins.c
-locale_stub.o: $(srcdir)/locale_stub.c $(incdir)/fatal.h $(incdir)/missing.h \
- $(top_builddir)/config.h
+locale_stub.o: $(srcdir)/locale_stub.c $(incdir)/fatal.h $(incdir)/gettext.h \
+ $(incdir)/missing.h $(top_builddir)/config.h
$(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(srcdir)/locale_stub.c
net_ifs.o: $(srcdir)/net_ifs.c $(incdir)/alloc.h $(incdir)/fatal.h \
$(incdir)/gettext.h $(incdir)/missing.h $(incdir)/sudo_debug.h \