Received: by taz.hyperreal.com (8.7.6/V2.0) id LAA26560; Wed, 20 Nov 1996 11:55:12 -0800 (PST) Received: by taz.hyperreal.com (8.7.6/V2.0) id LAA26551; Wed, 20 Nov 1996 11:55:09 -0800 (PST) Date: Wed, 20 Nov 1996 11:55:09 -0800 (PST) From: Brian Behlendorf Message-Id: <199611201955.LAA26551@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src Makefile.tmpl mod_rewrite.h Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com brian 96/11/20 11:55:09 Modified: src Makefile.tmpl mod_rewrite.h Log: Reviewed by: Brian Behlendorf Submitted by: "Ralf S. Engelschall" 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