randyk 2003/10/09 21:18:19
Modified: win32 Configure.pl
Log:
fix typo: s/@nmake/@echo nmake/
Revision Changes Path
1.16 +1 -1 httpd-apreq-2/win32/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /home/cvs/httpd-apreq-2/win32/Configure.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Configure.pl 26 Sep 2003 01:15:42 -0000 1.15
+++ Configure.pl 10 Oct 2003 04:18:19 -0000 1.16
@@ -436,4 +436,4 @@
@echo nmake perl_glue - build the perl glue
@echo nmake perl_test - test the perl glue
@echo nmake perl_install - install the perl glue
- @nmake docs - builds documents (requires doxygen)
+ @echo nmake docs - builds documents (requires doxygen)