You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by gs...@apache.org on 2001/01/11 00:50:32 UTC

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