diff options
author | ben <ben@13f79535-47bb-0310-9956-ffa450edef68> | 2000-06-11 14:12:02 +0000 |
---|---|---|
committer | ben <ben@13f79535-47bb-0310-9956-ffa450edef68> | 2000-06-11 14:12:02 +0000 |
commit | 59d599020ef4df0198999746b4d0307d23c38246 (patch) | |
tree | 532aaa1b2955f20de1e55c4fc74695d408bafda7 /i18n | |
parent | da149333e3b49955e03bda53f7c8be482e18a188 (diff) | |
download | libapr-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 'i18n')
-rw-r--r-- | i18n/unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18n/unix/Makefile.in b/i18n/unix/Makefile.in index 72998b6d9..9fe02a58f 100644 --- a/i18n/unix/Makefile.in +++ b/i18n/unix/Makefile.in @@ -39,6 +39,6 @@ depend: # DO NOT REMOVE xlate.o: xlate.c $(INCDIR)/apr_private.h $(INCDIR)/apr_lib.h \ $(INCDIR)/apr_general.h $(INCDIR)/apr.h \ - $(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h \ - $(INCDIR)/apr_time.h $(INCDIR)/apr_thread_proc.h \ - $(INCDIR)/apr_xlate.h + $(INCDIR)/apr_errno.h $(INCDIR)/apr_tables.h \ + $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h \ + $(INCDIR)/apr_thread_proc.h $(INCDIR)/apr_xlate.h |