Add missing dependencies on gram.h
This commit is contained in:
10
Makefile.in
10
Makefile.in
@@ -218,15 +218,15 @@ goodpath.o: goodpath.c $(SUDODEP)
|
|||||||
logging.o: logging.c $(SUDODEP)
|
logging.o: logging.c $(SUDODEP)
|
||||||
set_perms.o: set_perms.c $(SUDODEP)
|
set_perms.o: set_perms.c $(SUDODEP)
|
||||||
tgetpass.o: tgetpass.c $(SUDODEP)
|
tgetpass.o: tgetpass.c $(SUDODEP)
|
||||||
visudo.o: visudo.c $(SUDODEP) version.h
|
visudo.o: visudo.c $(SUDODEP) version.h gram.h
|
||||||
sudo.o: sudo.c $(SUDODEP) interfaces.h version.h
|
sudo.o: sudo.c $(SUDODEP) interfaces.h version.h
|
||||||
interfaces.o: interfaces.c $(SUDODEP) interfaces.h
|
interfaces.o: interfaces.c $(SUDODEP) interfaces.h
|
||||||
testsudoers.o: testsudoers.c $(SUDODEP) parse.h interfaces.h
|
testsudoers.o: testsudoers.c $(SUDODEP) parse.h interfaces.h gram.h
|
||||||
match.o: match.c $(SUDODEP) parse.h interfaces.h
|
match.o: match.c $(SUDODEP) parse.h interfaces.h gram.h
|
||||||
parse.o: parse.c $(SUDODEP) parse.h
|
parse.o: parse.c $(SUDODEP) parse.h gram.h
|
||||||
toke.o: toke.c $(SUDODEP) parse.h gram.h
|
toke.o: toke.c $(SUDODEP) parse.h gram.h
|
||||||
gram.o: gram.c $(SUDODEP) parse.h gram.c gram.h redblack.h
|
gram.o: gram.c $(SUDODEP) parse.h gram.c gram.h redblack.h
|
||||||
defaults.o: defaults.c $(SUDODEP) def_data.c auth/sudo_auth.h
|
defaults.o: defaults.c $(SUDODEP) def_data.c auth/sudo_auth.h gram.h
|
||||||
fnmatch.o: fnmatch.c config.h compat.h emul/fnmatch.h
|
fnmatch.o: fnmatch.c config.h compat.h emul/fnmatch.h
|
||||||
getcwd.o: getcwd.c config.h compat.h
|
getcwd.o: getcwd.c config.h compat.h
|
||||||
snprintf.o: snprintf.c config.h compat.h
|
snprintf.o: snprintf.c config.h compat.h
|
||||||
|
Reference in New Issue
Block a user