]> granicus.if.org Git - sudo/commitdiff
add parse.h dependency
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 9 Aug 1999 22:17:27 +0000 (22:17 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 9 Aug 1999 22:17:27 +0000 (22:17 +0000)
Makefile.in

index 89f3efd6ae80be301fc5b77077d6abc371e9173e..73a6bc25a8bfb88956b66661efbcd1c841d1036f 100644 (file)
@@ -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