brian 96/11/20 11:55:09
Modified: src Makefile.tmpl mod_rewrite.h
Log:
Reviewed by: Brian Behlendorf
Submitted by: "Ralf S. Engelschall" <[EMAIL PROTECTED]>
Earlier fix to Makefile dependency problem was incorrect - this is the
correct fix (just remove the dependency).
Revision Changes Path
1.34 +0 -1 apache/src/Makefile.tmpl
Index: Makefile.tmpl
===================================================================
RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
retrieving revision 1.33
retrieving revision 1.34
diff -C3 -r1.33 -r1.34
*** Makefile.tmpl 1996/11/17 20:53:16 1.33
--- Makefile.tmpl 1996/11/20 19:55:06 1.34
***************
*** 123,127 ****
util_script.h
httpd.h: conf.h alloc.h buff.h
- mod_rewrite.h: regex/regex.h
util_md5.h: md5.h
--- 123,126 ----
1.10 +1 -1 apache/src/mod_rewrite.h
Index: mod_rewrite.h
===================================================================
RCS file: /export/home/cvs/apache/src/mod_rewrite.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C3 -r1.9 -r1.10
*** mod_rewrite.h 1996/11/17 20:53:15 1.9
--- mod_rewrite.h 1996/11/20 19:55:06 1.10
***************
*** 108,114 ****
for Apache 1.2 and higher there is a Spencer POSIX library
in the distribution */
#ifndef HAS_APACHE_REGEX_LIB
! #include "regex/regex.h"
#endif
--- 108,114 ----
for Apache 1.2 and higher there is a Spencer POSIX library
in the distribution */
#ifndef HAS_APACHE_REGEX_LIB
! #include "regexp/regexp.h"
#endif