From 88b2dd4501efb09f831245637400f956cde2c5c8 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 14 Feb 2004 23:04:35 +0000 Subject: [PATCH] Clean up libtool stuff for 'make distclean' and add def_data.c, def_data.h to PARSESRCS. --- Makefile.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.40.0