Revision: 355 Author: mmo...@tildeslash.com Date: Tue Apr 5 03:04:16 2011 Log: cleanup http://code.google.com/p/monit/source/detail?r=355
Modified: /trunk/Makefile.in /trunk/autogen.sh ======================================= --- /trunk/Makefile.in Tue Apr 5 02:57:57 2011 +++ /trunk/Makefile.in Tue Apr 5 03:04:16 2011 @@ -14,7 +14,7 @@ # --------------------------------------------------------------------- # # SYNOPSIS -# make {all|install|clean|uninstall|distclean|devclean} +# make {all|install|clean|uninstall|distclean} # # AUTHOR: # Jan-Henrik Haukeland, <h...@tildeslash.com> @@ -114,7 +114,7 @@ # ------- # Targets # ------- -.PHONY: all clean install uninstall distclean devclean +.PHONY: all clean install uninstall distclean all : $(PROG) @@ -127,10 +127,7 @@ # remove configure files distclean:: clean $(RM) config.cache config.log config.status Makefile config.h \ - autom4te* - -devclean:: clean distclean - $(RM) configure config.h.in aclocal.m4 + autom4te* configure config.h.in aclocal.m4 y.output monit.1 install:: $(PROG) $(INSTALL_DIR) $(DESTDIR)$(BINDIR) $(check-exit) ======================================= --- /trunk/autogen.sh Thu Jun 4 12:28:53 2009 +++ /trunk/autogen.sh Tue Apr 5 03:04:16 2011 @@ -38,7 +38,7 @@ fi echo "Running aclocal" -aclocal -I m4 +aclocal echo "Running autoheader" autoheader echo "Running autoconf" _______________________________________________ monit-dev mailing list monit-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/monit-dev