]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Have Makefile.tmpl use the platform's apache/src/os directory for os.h
authorDavid McCreedy <mccreedy@apache.org>
Tue, 14 Jan 2003 21:21:41 +0000 (21:21 +0000)
committerDavid McCreedy <mccreedy@apache.org>
Tue, 14 Jan 2003 21:21:41 +0000 (21:21 +0000)
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

src/Makefile.tmpl

index e94769cbaa62253b6de8ef86805a3b82c2cdc115..2cac528e05dad14d280130489f295a1d7413eb57 100644 (file)
@@ -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