]> granicus.if.org Git - sudo/commitdiff
typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Sep 1998 03:19:28 +0000 (03:19 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Sep 1998 03:19:28 +0000 (03:19 +0000)
Makefile.in

index 8f4b75fff21d58cbc37203913ec8521eb16c1194..fe67de094bad9a34a53bb18d8c191381a24161bb 100644 (file)
@@ -155,7 +155,7 @@ testsudoers: $(PARSEOBJS) $(TESTOBJS)
 # Uncomment the following if you intend to modify parse.yacc
 #sudo.tab.c sudo.tab.h: parse.yacc
 #      rm -f sudo.tab.h sudo.tab.c
-#      $(YACC) -d sudo $(srcdir)/parse.yacc
+#      $(YACC) -d -b sudo $(srcdir)/parse.yacc
 
 sudo.tab.o: $(HDRS) sudo.tab.c
        $(CC) -c $(CPPFLAGS) $(CFLAGS) $(OSDEFS) $(OPTIONS) sudo.tab.c