From: David McCreedy Date: Tue, 14 Jan 2003 21:21:41 +0000 (+0000) Subject: Have Makefile.tmpl use the platform's apache/src/os directory for os.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11df38a0de41fd61500b16c840eb39e041911078;p=thirdparty%2Fapache%2Fhttpd.git Have Makefile.tmpl use the platform's apache/src/os directory for os.h dependency instead of hardcoded os/unix/os.h file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98271 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/Makefile.tmpl b/src/Makefile.tmpl index e94769cbaa6..2cac528e05d 100644 --- a/src/Makefile.tmpl +++ b/src/Makefile.tmpl @@ -125,10 +125,10 @@ $(OBJS): Makefile subdirs # 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