INN commit: trunk/frontends (Makefile)

INN Commit Russ_Allbery at isc.org
Mon May 26 19:52:45 UTC 2008


    Date: Monday, May 26, 2008 @ 12:52:45
  Author: iulius
Revision: 7852

clobber and distclean should not remove man pages.

Modified:
  trunk/frontends/Makefile

----------+
 Makefile |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: Makefile
===================================================================
--- Makefile	2008-05-26 19:33:08 UTC (rev 7851)
+++ Makefile	2008-05-26 19:52:45 UTC (rev 7852)
@@ -48,8 +48,10 @@
 	rm -f *.o $(ALL)
 	rm -rf .libs
 
-clobber distclean maintclean: clean
+clobber distclean: clean
 	rm -f tags
+
+maintclean: distclean
 	rm -f $(MAN)
 
 tags ctags: $(SOURCES)



More information about the inn-committers mailing list