summaryrefslogtreecommitdiff
path: root/tables
diff options
context:
space:
mode:
authormartin <martin@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 15:01:23 +0000
committermartin <martin@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 15:01:23 +0000
commit7daac96ed07607d6c3f4ae9fcbd272db7ae87f66 (patch)
treeb5b867e6c6e8d459f9d9ade73c1183a4e3ef55a8 /tables
parente3c4ce73a42fffc18b7aaec4273b021d8746bf72 (diff)
downloadlibapr-7daac96ed07607d6c3f4ae9fcbd272db7ae87f66.tar.gz
Fix dependency on misc.h
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60668 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tables')
-rw-r--r--tables/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/tables/Makefile.in b/tables/Makefile.in
index bf6cb862b..a865a8ded 100644
--- a/tables/Makefile.in
+++ b/tables/Makefile.in
@@ -56,5 +56,4 @@ apr_tables.o: apr_tables.c $(INCDIR)/apr_private.h \
$(INCDIR)/apr_general.h $(INCDIR)/apr.h $(INCDIR)/apr_errno.h \
$(INCDIR)/apr_pools.h $(INCDIR)/apr_thread_proc.h \
$(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h \
- $(INCDIR)/apr_tables.h $(INCDIR)/apr_strings.h $(INCDIR)/apr_lib.h \
- $(INCDIR)/arch/unix/misc.h $(INCDIR)/apr_getopt.h
+ $(INCDIR)/apr_tables.h $(INCDIR)/apr_strings.h $(INCDIR)/apr_lib.h