Return-Path: Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 2995 invoked by uid 1094); 10 Jan 2001 23:50:32 -0000 Date: 10 Jan 2001 23:50:32 -0000 Message-ID: <20010110235032.2994.qmail@apache.org> From: gstein@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/shmem/unix Makefile.in gstein 01/01/10 15:50:32 Modified: shmem/unix Makefile.in Log: stop monkeying around with MM's object files Revision Changes Path 1.16 +0 -7 apr/shmem/unix/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr/shmem/unix/Makefile.in,v retrieving revision 1.15 retrieving revision 1.16 diff -u -u -r1.15 -r1.16 --- Makefile.in 2001/01/09 11:06:15 1.15 +++ Makefile.in 2001/01/10 23:50:32 1.16 @@ -14,14 +14,7 @@ x-local-distclean: (cd mm && $(MAKE) distclean) -# build the MM library, then copy the objects to this dir so our top-level -# will find them and copy them to the (top)/objs directory -MM_OBJS = \ - mm/mm_global.lo mm/mm_alloc.lo mm/mm_core.lo mm/mm_lib.lo \ - mm/mm_vers.lo - build-mm: (cd mm && $(MAKE) libmm.la) - cp $(MM_OBJS) . # DO NOT REMOVE