gregames 00/12/21 16:18:41
Modified: src/buckets Makefile.in Log: OS/390's make complains about ap_buckets.lo being duplicated Revision Changes Path 1.6 +1 -2 apr-util/src/buckets/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr-util/src/buckets/Makefile.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile.in 2000/12/09 21:22:44 1.5 +++ Makefile.in 2000/12/22 00:18:40 1.6 @@ -1,8 +1,7 @@ TARGETS = ap_buckets_file.lo ap_buckets_pool.lo ap_buckets_flush.lo \ ap_buckets_refcount.lo ap_buckets_heap.lo ap_buckets_simple.lo ap_buckets.lo \ -ap_buckets_mmap.lo ap_buckets_socket.lo ap_buckets_eos.lo ap_buckets_pipe.lo \ -ap_buckets.lo +ap_buckets_mmap.lo ap_buckets_socket.lo ap_buckets_eos.lo ap_buckets_pipe.lo top_builddir = @top_builddir@ include $(top_builddir)/build/rules.mk
