Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 26891 invoked by uid 500); 14 Jan 2003 21:21:43 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 26850 invoked by uid 500); 14 Jan 2003 21:21:42 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Date: 14 Jan 2003 21:21:41 -0000 Message-ID: <20030114212141.32537.qmail@icarus.apache.org> From: mccreedy@apache.org To: apache-1.3-cvs@apache.org Subject: cvs commit: apache-1.3/src Makefile.tmpl X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N mccreedy 2003/01/14 13:21:41 Modified: src Makefile.tmpl Log: Have Makefile.tmpl use the platform's apache/src/os directory for os.h dependency instead of hardcoded os/unix/os.h file. Revision Changes Path 1.120 +2 -2 apache-1.3/src/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /home/cvs/apache-1.3/src/Makefile.tmpl,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- Makefile.tmpl 13 May 2002 08:13:06 -0000 1.119 +++ Makefile.tmpl 14 Jan 2003 21:21:41 -0000 1.120 @@ -125,10 +125,10 @@ # DO NOT REMOVE buildmark.o: buildmark.c include/ap_config.h include/ap_mmn.h \ - include/ap_config_auto.h os/unix/os.h include/ap_ctype.h \ + include/ap_config_auto.h $(OSDIR)/os.h include/ap_ctype.h \ include/hsregex.h include/httpd.h include/ap_alloc.h include/buff.h \ include/ap.h include/util_uri.h modules.o: modules.c include/httpd.h include/ap_config.h \ - include/ap_mmn.h include/ap_config_auto.h os/unix/os.h \ + include/ap_mmn.h include/ap_config_auto.h $(OSDIR)/os.h \ include/ap_ctype.h include/hsregex.h include/ap_alloc.h include/buff.h \ include/ap.h include/util_uri.h include/http_config.h