From: Todd C. Miller Date: Mon, 7 Sep 1998 04:01:32 +0000 (+0000) Subject: don't need special build line for sudo.tab.o X-Git-Tag: SUDO_1_5_6~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa0936547db509c599bead40a1621834623832d1;p=sudo don't need special build line for sudo.tab.o --- diff --git a/Makefile.in b/Makefile.in index fd3932ab6..4b420357d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -158,7 +158,6 @@ testsudoers: $(PARSEOBJS) $(TESTOBJS) # $(YACC) -d -b sudo $(srcdir)/parse.yacc sudo.tab.o: $(HDRS) sudo.tab.c - $(CC) -c $(CPPFLAGS) $(CFLAGS) $(OSDEFS) $(OPTIONS) sudo.tab.c # Uncomment the following if you intend to modify parse.lex #lex.yy.c: parse.lex