summaryrefslogtreecommitdiff
path: root/time
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 /time
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 'time')
-rw-r--r--time/unix/Makefile.in26
1 files changed, 14 insertions, 12 deletions
diff --git a/time/unix/Makefile.in b/time/unix/Makefile.in
index cdfe91da1..72ee76bb2 100644
--- a/time/unix/Makefile.in
+++ b/time/unix/Makefile.in
@@ -49,15 +49,17 @@ depend:
&& rm Makefile.new
# DO NOT REMOVE
-time.o: time.c $(INCDIR)/apr_private.h \
- $(INCDIR)/apr_time.h $(INCDIR)/apr_general.h \
- $(INCDIR)/apr.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_lib.h \
- $(INCDIR)/apr_file_io.h $(INCDIR)/apr_thread_proc.h \
- $(INCDIR)/apr_portable.h $(INCDIR)/apr_network_io.h \
- $(INCDIR)/apr_lock.h
-timestr.o: timestr.c $(INCDIR)/apr_private.h \
- $(INCDIR)/apr_time.h $(INCDIR)/apr_general.h \
- $(INCDIR)/apr.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_lib.h \
- $(INCDIR)/apr_file_io.h $(INCDIR)/apr_thread_proc.h \
- $(INCDIR)/apr_portable.h $(INCDIR)/apr_network_io.h \
- $(INCDIR)/apr_lock.h
+time.o: time.c $(INCDIR)/apr_portable.h \
+ $(INCDIR)/apr_general.h $(INCDIR)/apr.h \
+ $(INCDIR)/apr_errno.h $(INCDIR)/apr_thread_proc.h \
+ $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h \
+ $(INCDIR)/apr_network_io.h $(INCDIR)/apr_lock.h \
+ $(INCDIR)/apr_lib.h $(INCDIR)/apr_tables.h \
+ $(INCDIR)/apr_private.h
+timestr.o: timestr.c $(INCDIR)/apr_portable.h \
+ $(INCDIR)/apr_general.h $(INCDIR)/apr.h \
+ $(INCDIR)/apr_errno.h $(INCDIR)/apr_thread_proc.h \
+ $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h \
+ $(INCDIR)/apr_network_io.h $(INCDIR)/apr_lock.h \
+ $(INCDIR)/apr_lib.h $(INCDIR)/apr_tables.h \
+ $(INCDIR)/apr_private.h