summaryrefslogtreecommitdiff
path: root/threadproc
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-08-18 12:32:04 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-08-18 12:32:04 +0000
commitcf5f45549a1cdd6d9ad276286d929da4387528e5 (patch)
tree4cd0a470ea74e1931ace232fc909cc15d6b0b7c0 /threadproc
parent6577c978ebc28f950f43591579674e045f3d2a67 (diff)
downloadlibapr-cf5f45549a1cdd6d9ad276286d929da4387528e5.tar.gz
Basic cleanup for apr. This takes care of the make depend that used to be
needed before APR would build. This also removes some files that never should have been imported. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59158 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc')
-rw-r--r--threadproc/unix/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/threadproc/unix/Makefile.in b/threadproc/unix/Makefile.in
index 0596a1a9a..dc4816748 100644
--- a/threadproc/unix/Makefile.in
+++ b/threadproc/unix/Makefile.in
@@ -60,14 +60,14 @@ proc.o: proc.c threadproc.h ../../include/apr_thread_proc.h \
../../include/apr_file_io.h ../../include/apr_general.h \
../../include/apr_config.h ../../include/apr_errno.h \
../../include/apr_win.h ../../file_io/unix/fileio.h \
- $(INCDIR)/apr_lib.h $(INCDIR)/apr_config.h $(INCDIR)/hsregex.h \
- ../../include/apr_portable.h ../../include/apr_network_io.h \
- ../../include/apr_lock.h ../../include/apr_time.h
+ $(INCDIR)/apr_lib.h $(INCDIR)/hsregex.h ../../include/apr_portable.h \
+ ../../include/apr_network_io.h ../../include/apr_lock.h \
+ ../../include/apr_time.h
procsup.o: procsup.c threadproc.h ../../include/apr_thread_proc.h \
../../include/apr_file_io.h ../../include/apr_general.h \
../../include/apr_config.h ../../include/apr_errno.h \
../../include/apr_win.h ../../file_io/unix/fileio.h \
- $(INCDIR)/apr_config.h $(INCDIR)/apr_lib.h $(INCDIR)/hsregex.h
+ $(INCDIR)/apr_lib.h $(INCDIR)/hsregex.h
signals.o: signals.c threadproc.h ../../include/apr_thread_proc.h \
../../include/apr_file_io.h ../../include/apr_general.h \
../../include/apr_config.h ../../include/apr_errno.h \