From: Todd C. Miller Date: Fri, 2 Nov 2001 23:09:35 +0000 (+0000) Subject: add sudo.tab.h and sudo.tab.c to sudo.tab.o dependency X-Git-Tag: SUDO_1_6_4~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5133d4a34a4c335b9d89f16dbe33aa4c898af14b;p=sudo add sudo.tab.h and sudo.tab.c to sudo.tab.o dependency --- diff --git a/Makefile.in b/Makefile.in index ae867f178..365fd654d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -217,7 +217,7 @@ interfaces.o: interfaces.c $(SUDODEP) interfaces.h testsudoers.o: testsudoers.c $(SUDODEP) parse.h interfaces.h parse.o: parse.c $(SUDODEP) parse.h interfaces.h lex.yy.o: lex.yy.c $(SUDODEP) parse.h sudo.tab.h -sudo.tab.o: sudo.tab.c $(SUDODEP) parse.h +sudo.tab.o: sudo.tab.c $(SUDODEP) parse.h sudo.tab.c sudo.tab.h defaults.o: defaults.c $(SUDODEP) def_data.c auth/sudo_auth.h fnmatch.o: fnmatch.c config.h compat.h emul/fnmatch.h getcwd.o: getcwd.c config.h compat.h