]> granicus.if.org Git - sudo/commitdiff
Clean up libtool stuff for 'make distclean' and add def_data.c, def_data.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 14 Feb 2004 23:04:35 +0000 (23:04 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 14 Feb 2004 23:04:35 +0000 (23:04 +0000)
to PARSESRCS.

Makefile.in

index 3ebc992af990f21f781df28d1175be43ebcebbb5..d788241a331e51531de120f30772ddb18f3d0abc 100644 (file)
@@ -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