diff options
author | Sascha Schumann <sas@php.net> | 2000-06-24 11:39:37 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-06-24 11:39:37 +0000 |
commit | ee5e330bcf6758759d23c8c8fb63c05166e25be0 (patch) | |
tree | b49e6738be64be178dd2775a7484cba72320cc7d | |
parent | d47e4b8617e572442b43d71d864024556d930e1b (diff) | |
download | php-git-ee5e330bcf6758759d23c8c8fb63c05166e25be0.tar.gz |
alloc.h has been removed from the Apache 1.3 CVS tree
-rw-r--r-- | sapi/apache/apMakefile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/apMakefile.tmpl b/sapi/apache/apMakefile.tmpl index c485d1785f..864e4d3044 100644 --- a/sapi/apache/apMakefile.tmpl +++ b/sapi/apache/apMakefile.tmpl @@ -70,7 +70,7 @@ $(OBJS): Makefile # DO NOT REMOVE mod_php4.o: mod_php4.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \ - $(INCDIR)/alloc.h $(INCDIR)/buff.h \ + $(INCDIR)/buff.h \ $(INCDIR)/http_config.h \ $(INCDIR)/http_core.h $(INCDIR)/http_main.h \ $(INCDIR)/http_protocol.h $(INCDIR)/http_request.h \ |