From: Todd C. Miller Date: Fri, 7 Oct 2011 20:09:48 +0000 (-0400) Subject: sudoreplay depends on timestr.lo too; from Mike Frysinger X-Git-Tag: SUDO_1_8_3~8^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb49b16e4a665b743e15d3d541d8489c800b7d25;p=sudo sudoreplay depends on timestr.lo too; from Mike Frysinger --- diff --git a/plugins/sudoers/Makefile.in b/plugins/sudoers/Makefile.in index 95858455c..3a0cddc11 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -167,7 +167,7 @@ sudoers.la: $(SUDOERS_OBJS) $(LT_LIBS) libparsesudoers.la visudo: libparsesudoers.la $(VISUDO_OBJS) $(LT_LIBS) $(LIBTOOL) --mode=link $(CC) -o $@ $(VISUDO_OBJS) $(LDFLAGS) libparsesudoers.la $(LIBS) $(NET_LIBS) -sudoreplay: $(REPLAY_OBJS) $(LT_LIBS) +sudoreplay: timestr.lo $(REPLAY_OBJS) $(LT_LIBS) $(LIBTOOL) --mode=link $(CC) -o $@ $(REPLAY_OBJS) $(LDFLAGS) timestr.lo $(REPLAY_LIBS) $(LIBS) testsudoers: libparsesudoers.la $(TEST_OBJS) $(LT_LIBS)