summaryrefslogtreecommitdiff
path: root/mmap
diff options
context:
space:
mode:
authorben <ben@13f79535-47bb-0310-9956-ffa450edef68>2000-06-11 14:12:02 +0000
committerben <ben@13f79535-47bb-0310-9956-ffa450edef68>2000-06-11 14:12:02 +0000
commit59d599020ef4df0198999746b4d0307d23c38246 (patch)
tree532aaa1b2955f20de1e55c4fc74695d408bafda7 /mmap
parentda149333e3b49955e03bda53f7c8be482e18a188 (diff)
downloadlibapr-59d599020ef4df0198999746b4d0307d23c38246.tar.gz
Update dependencies.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60173 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap')
-rw-r--r--mmap/unix/Makefile.in30
1 files changed, 16 insertions, 14 deletions
diff --git a/mmap/unix/Makefile.in b/mmap/unix/Makefile.in
index 116c4a2f6..950b9b366 100644
--- a/mmap/unix/Makefile.in
+++ b/mmap/unix/Makefile.in
@@ -49,17 +49,19 @@ depend:
&& rm Makefile.new
# DO NOT REMOVE
-common.o: common.c mmap_h.h ../../include/apr_private.h \
- ../../include/apr_general.h ../../include/apr.h \
- ../../include/apr_errno.h ../../include/apr_mmap.h \
- ../../include/apr_network_io.h ../../include/apr_file_io.h \
- ../../include/apr_time.h ../../include/apr_portable.h \
- ../../include/apr_thread_proc.h ../../include/apr_lock.h \
- ../../file_io/unix/fileio.h ../../include/apr_lib.h
-mmap.o: mmap.c mmap_h.h ../../include/apr_private.h \
- ../../include/apr_general.h ../../include/apr.h \
- ../../include/apr_errno.h ../../include/apr_mmap.h \
- ../../include/apr_network_io.h ../../include/apr_file_io.h \
- ../../include/apr_time.h ../../include/apr_portable.h \
- ../../include/apr_thread_proc.h ../../include/apr_lock.h \
- ../../file_io/unix/fileio.h ../../include/apr_lib.h
+common.o: common.c mmap_h.h $(INCDIR)/apr_private.h \
+ $(INCDIR)/apr_general.h $(INCDIR)/apr.h \
+ $(INCDIR)/apr_errno.h $(INCDIR)/apr_mmap.h \
+ $(INCDIR)/apr_network_io.h $(INCDIR)/apr_file_io.h \
+ $(INCDIR)/apr_time.h $(INCDIR)/apr_portable.h \
+ $(INCDIR)/apr_thread_proc.h $(INCDIR)/apr_lock.h \
+ ../../file_io/unix/fileio.h $(INCDIR)/apr_lib.h \
+ $(INCDIR)/apr_tables.h
+mmap.o: mmap.c mmap_h.h $(INCDIR)/apr_private.h \
+ $(INCDIR)/apr_general.h $(INCDIR)/apr.h \
+ $(INCDIR)/apr_errno.h $(INCDIR)/apr_mmap.h \
+ $(INCDIR)/apr_network_io.h $(INCDIR)/apr_file_io.h \
+ $(INCDIR)/apr_time.h $(INCDIR)/apr_portable.h \
+ $(INCDIR)/apr_thread_proc.h $(INCDIR)/apr_lock.h \
+ ../../file_io/unix/fileio.h $(INCDIR)/apr_lib.h \
+ $(INCDIR)/apr_tables.h