diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-07-07 19:20:47 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-07-07 19:20:47 +0000 |
commit | 206f0de50d685c5ed2f1e2431ec96ecbefaccd2e (patch) | |
tree | 27a97e522348a6425484743628c8206e069f17a5 /dso/unix | |
parent | 676f55b18d7ade429d3a4413af0f4e57ee5544dd (diff) | |
download | libapr-206f0de50d685c5ed2f1e2431ec96ecbefaccd2e.tar.gz |
Update dependancies in APR
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60315 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dso/unix')
-rw-r--r-- | dso/unix/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dso/unix/Makefile.in b/dso/unix/Makefile.in index d4a046566..fed8392b2 100644 --- a/dso/unix/Makefile.in +++ b/dso/unix/Makefile.in @@ -51,6 +51,5 @@ depend: dso.o: dso.c dso.h $(INCDIR)/apr_private.h \ $(INCDIR)/apr_general.h $(INCDIR)/apr.h \ $(INCDIR)/apr_errno.h $(INCDIR)/apr_pools.h \ - $(INCDIR)/apr_lib.h $(INCDIR)/apr_tables.h \ - $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h \ - $(INCDIR)/apr_thread_proc.h $(INCDIR)/apr_dso.h + $(INCDIR)/apr_thread_proc.h $(INCDIR)/apr_file_io.h \ + $(INCDIR)/apr_time.h $(INCDIR)/apr_dso.h |