diff options
author | dreid <dreid@13f79535-47bb-0310-9956-ffa450edef68> | 2000-06-03 15:17:45 +0000 |
---|---|---|
committer | dreid <dreid@13f79535-47bb-0310-9956-ffa450edef68> | 2000-06-03 15:17:45 +0000 |
commit | e7a92631ad75ad15858e255f996956887ec3f5c5 (patch) | |
tree | c55aa930a5459a57d167c82a838696c8aad8b32e /test | |
parent | 931b52269cf4adac6d6f2d7dffc7d699258bb0e3 (diff) | |
download | libapr-e7a92631ad75ad15858e255f996956887ec3f5c5.tar.gz |
Remove some dependancies that shouldn't be there...
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index ee088964f..b69fb82f0 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -121,7 +121,7 @@ abc.o: abc.c $(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h \ $(INCDIR)/apr.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_time.h client.o: client.c $(INCDIR)/apr_network_io.h \ $(INCDIR)/apr_general.h $(INCDIR)/apr.h $(INCDIR)/apr_errno.h \ - $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h $(OSDIR)/usr/include/errno.h + $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h mod_test.o: mod_test.c server.o: server.c $(INCDIR)/apr_network_io.h \ $(INCDIR)/apr_general.h $(INCDIR)/apr.h $(INCDIR)/apr_errno.h \ @@ -149,26 +149,23 @@ testmmap.o: testmmap.c $(INCDIR)/apr_mmap.h $(INCDIR)/apr_general.h \ $(INCDIR)/apr_lock.h $(INCDIR)/apr_lib.h testoc.o: testoc.c $(INCDIR)/apr_thread_proc.h \ $(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h $(INCDIR)/apr.h \ - $(INCDIR)/apr_errno.h $(INCDIR)/apr_time.h $(INCDIR)/apr_lib.h \ - $(OSDIR)/usr/include/errno.h + $(INCDIR)/apr_errno.h $(INCDIR)/apr_time.h $(INCDIR)/apr_lib.h testpipe.o: testpipe.c $(INCDIR)/apr_file_io.h \ $(INCDIR)/apr_general.h $(INCDIR)/apr.h $(INCDIR)/apr_errno.h \ $(INCDIR)/apr_time.h $(INCDIR)/apr_lib.h \ $(INCDIR)/apr_thread_proc.h testproc.o: testproc.c $(INCDIR)/apr_thread_proc.h \ $(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h $(INCDIR)/apr.h \ - $(INCDIR)/apr_errno.h $(INCDIR)/apr_time.h $(INCDIR)/apr_lib.h \ - $(OSDIR)/usr/include/errno.h + $(INCDIR)/apr_errno.h $(INCDIR)/apr_time.h $(INCDIR)/apr_lib.h testshmem.o: testshmem.c $(INCDIR)/apr_shmem.h $(INCDIR)/apr.h \ $(INCDIR)/apr_general.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_lock.h \ $(INCDIR)/apr_lib.h $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h \ - $(INCDIR)/apr_thread_proc.h $(OSDIR)/usr/include/errno.h + $(INCDIR)/apr_thread_proc.h testsock.o: testsock.c $(INCDIR)/apr_thread_proc.h \ $(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h $(INCDIR)/apr.h \ $(INCDIR)/apr_errno.h $(INCDIR)/apr_time.h $(INCDIR)/apr_lib.h testthread.o: testthread.c $(INCDIR)/apr_thread_proc.h \ $(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h $(INCDIR)/apr.h \ - $(INCDIR)/apr_errno.h $(INCDIR)/apr_time.h $(INCDIR)/apr_lock.h \ - $(OSDIR)/usr/include/errno.h + $(INCDIR)/apr_errno.h $(INCDIR)/apr_time.h $(INCDIR)/apr_lock.h testtime.o: testtime.c $(INCDIR)/apr_time.h $(INCDIR)/apr_general.h \ - $(INCDIR)/apr.h $(INCDIR)/apr_errno.h $(OSDIR)/usr/include/errno.h + $(INCDIR)/apr.h $(INCDIR)/apr_errno.h |