From 59d599020ef4df0198999746b4d0307d23c38246 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 11 Jun 2000 14:12:02 +0000 Subject: Update dependencies. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60173 13f79535-47bb-0310-9956-ffa450edef68 --- time/unix/Makefile.in | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'time') 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 -- cgit v1.2.1