summaryrefslogtreecommitdiff
path: root/file_io/unix/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'file_io/unix/Makefile.in')
-rw-r--r--file_io/unix/Makefile.in21
1 files changed, 11 insertions, 10 deletions
diff --git a/file_io/unix/Makefile.in b/file_io/unix/Makefile.in
index ce43132d0..084572d40 100644
--- a/file_io/unix/Makefile.in
+++ b/file_io/unix/Makefile.in
@@ -56,44 +56,45 @@ depend:
&& rm Makefile.new
# DO NOT REMOVE
-dir.o: dir.c fileio.h $(INCDIR)/apr_config.h \
+dir.o: dir.c fileio.h $(INCDIR)/apr_private.h \
$(INCDIR)/apr_general.h $(INCDIR)/apr.h \
$(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h \
$(INCDIR)/apr_time.h $(INCDIR)/apr_lib.h \
$(INCDIR)/apr_thread_proc.h $(INCDIR)/apr_portable.h \
$(INCDIR)/apr_network_io.h $(INCDIR)/apr_lock.h
-fileacc.o: fileacc.c fileio.h $(INCDIR)/apr_config.h \
+fileacc.o: fileacc.c fileio.h $(INCDIR)/apr_private.h \
$(INCDIR)/apr_general.h $(INCDIR)/apr.h \
$(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h \
$(INCDIR)/apr_time.h $(INCDIR)/apr_lib.h \
$(INCDIR)/apr_thread_proc.h
-filedup.o: filedup.c fileio.h $(INCDIR)/apr_config.h \
+filedup.o: filedup.c fileio.h $(INCDIR)/apr_private.h \
$(INCDIR)/apr_general.h $(INCDIR)/apr.h \
$(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h \
$(INCDIR)/apr_time.h $(INCDIR)/apr_lib.h \
- $(INCDIR)/apr_thread_proc.h
-filestat.o: filestat.c fileio.h $(INCDIR)/apr_config.h \
+ $(INCDIR)/apr_thread_proc.h $(INCDIR)/apr_portable.h \
+ $(INCDIR)/apr_network_io.h $(INCDIR)/apr_lock.h
+filestat.o: filestat.c fileio.h $(INCDIR)/apr_private.h \
$(INCDIR)/apr_general.h $(INCDIR)/apr.h \
$(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h \
$(INCDIR)/apr_time.h $(INCDIR)/apr_lib.h \
$(INCDIR)/apr_thread_proc.h
-open.o: open.c fileio.h $(INCDIR)/apr_config.h \
+open.o: open.c fileio.h $(INCDIR)/apr_private.h \
$(INCDIR)/apr_general.h $(INCDIR)/apr.h \
$(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h \
$(INCDIR)/apr_time.h $(INCDIR)/apr_lib.h \
$(INCDIR)/apr_thread_proc.h $(INCDIR)/apr_portable.h \
$(INCDIR)/apr_network_io.h $(INCDIR)/apr_lock.h
-pipe.o: pipe.c fileio.h $(INCDIR)/apr_config.h \
+pipe.o: pipe.c fileio.h $(INCDIR)/apr_private.h \
$(INCDIR)/apr_general.h $(INCDIR)/apr.h \
$(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h \
$(INCDIR)/apr_time.h $(INCDIR)/apr_lib.h \
$(INCDIR)/apr_thread_proc.h
-readwrite.o: readwrite.c fileio.h $(INCDIR)/apr_config.h \
+readwrite.o: readwrite.c fileio.h $(INCDIR)/apr_private.h \
$(INCDIR)/apr_general.h $(INCDIR)/apr.h \
$(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h \
$(INCDIR)/apr_time.h $(INCDIR)/apr_lib.h \
- $(INCDIR)/apr_thread_proc.h
-seek.o: seek.c fileio.h $(INCDIR)/apr_config.h \
+ $(INCDIR)/apr_thread_proc.h $(INCDIR)/apr_lock.h
+seek.o: seek.c fileio.h $(INCDIR)/apr_private.h \
$(INCDIR)/apr_general.h $(INCDIR)/apr.h \
$(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h \
$(INCDIR)/apr_time.h $(INCDIR)/apr_lib.h \