From: Todd C. Miller Date: Sat, 14 Feb 2004 23:04:35 +0000 (+0000) Subject: Clean up libtool stuff for 'make distclean' and add def_data.c, def_data.h X-Git-Tag: SUDO_1_6_8~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88b2dd4501efb09f831245637400f956cde2c5c8;p=sudo Clean up libtool stuff for 'make distclean' and add def_data.c, def_data.h to PARSESRCS. --- diff --git a/Makefile.in b/Makefile.in index 3ebc992af..d788241a3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -181,8 +181,8 @@ testsudoers: $(TESTOBJS) $(LIBOBJS) sudo_noexec.la: sudo_noexec.lo $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -rpath $(noexecdir) -# Uncomment the following if you want "make clean" to clean the parser -@DEV@PARSESRCS = sudo.tab.h sudo.tab.c lex.yy.c +# Uncomment the following if you want "make distclean" to clean the parser +@DEV@PARSESRCS = sudo.tab.h sudo.tab.c lex.yy.c def_data.c def_data.h # Uncomment the following if you intend to modify parse.yacc @DEV@sudo.tab.c sudo.tab.h: parse.yacc @@ -333,8 +333,9 @@ clean: mostlyclean: clean distclean: clean - -rm -f Makefile *.man pathnames.h config.h config.status config.cache \ - config.log $(PARSESRCS) + -rm -rf Makefile pathnames.h config.h config.status config.cache \ + config.log libtool sudo_noexec.lo .libs $(PARSESRCS) \ + sudo.man sudoers.man visudo.man clobber: distclean