You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@hyperreal.org on 2000/02/10 21:25:15 UTC

cvs commit: apache-2.0/src/lib/apr/shmem/unix Makefile.in

rbb         00/02/10 12:25:15

  Modified:    src/lib/apr/shmem/unix Makefile.in
  Log:
  make clean should also clean MM.
  
  Revision  Changes    Path
  1.4       +1 -0      apache-2.0/src/lib/apr/shmem/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/shmem/unix/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	2000/01/27 23:49:31	1.3
  +++ Makefile.in	2000/02/10 20:25:14	1.4
  @@ -25,6 +25,7 @@
   
   clean:
   	$(RM) -f *.o *.a *.so
  +	cd mm; make clean; cd ..
   
   distclean: clean
   	-$(RM) -f Makefile