From: Jozsef Kadlecsik Date: Tue, 6 Sep 2011 19:29:53 +0000 (+0200) Subject: Make tidy complete X-Git-Tag: v6.10~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d3816a1be59640eb4be7d58771b24bc72de04cd;p=ipset Make tidy complete --- diff --git a/Makefile.am b/Makefile.am index bd6b3a8..3d46213 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,5 +56,6 @@ tidy: distclean modules_clean rm -rf config.* configure compile depcomp install-sh libtool ltmain.sh rm -rf Makefile Makefile.in lib/Makefile lib/Makefile.in src/Makefile src/Makefile.in rm -rf missing stamp-h1 m4/libtool.m4 m4/lt*.m4 + find . -name '*~' -delete .PHONY: modules modules_instal modules_clean update_includes tests