From 518eec0abb0528f997564a7bb2a412ca0d73a7dd Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 9 Aug 1999 22:17:27 +0000 Subject: [PATCH] add parse.h dependency --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 89f3efd6a..73a6bc25a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -180,7 +180,8 @@ sudo.tab.o: $(HDRS) config.h pathnames.h sudo.tab.h sudo.tab.c lex.yy.o: $(HDRS) config.h pathnames.h sudo.tab.h lex.yy.c -# XXX - SUDOBJS now includes PARSEOBJS +$(PARSEOBJS): parse.h + $(SUDOBJS) $(LIBOBJS): $(HDRS) config.h pathnames.h # Authentication functions live in "auth" dir and so need extra care -- 2.50.1