Author: wrowe Date: Fri Oct 8 02:44:53 2010 New Revision: 1005704 URL: http://svn.apache.org/viewvc?rev=1005704&view=rev Log: Reading my own instructions, this is some rather foolish cut and paste nonsense Modified: httpd/mod_ftp/trunk/Makefile-ftp.win Modified: httpd/mod_ftp/trunk/Makefile-ftp.win URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/Makefile-ftp.win?rev=1005704&r1=1005703&r2=1005704&view=diff ============================================================================== --- httpd/mod_ftp/trunk/Makefile-ftp.win (original) +++ httpd/mod_ftp/trunk/Makefile-ftp.win Fri Oct 8 02:44:53 2010 @@ -2,10 +2,10 @@ # NMAKE Makefile for Microsoft Windows # # Targets are: -# _apacher - build Apache in Release mode -# _apached - build Apache in Debug mode -# installr - build and install a Release build -# installd - build and install a Debug build +# _buildr - build mod_ftp in Release mode +# _buildd - build mod_ftp in Debug mode +# installr - build and install a Release build of mod_ftp +# installd - build and install a Debug build of mod_ftp # clean - remove (most) generated files # # The following install defaults may be customized;