You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@hyperreal.org on 2000/01/09 04:52:39 UTC

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

jim         00/01/08 19:52:38

  Modified:    src/lib/apr Makefile.in
  Log:
  R isn't portable. r pretty much is
  
  Revision  Changes    Path
  1.16      +2 -2      apache-2.0/src/lib/apr/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/src/lib/apr/Makefile.in,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Makefile.in	1999/12/22 11:46:35	1.15
  +++ Makefile.in	2000/01/09 03:52:35	1.16
  @@ -39,7 +39,7 @@
   # building the entire package.
   #
   all: Makefile $(MODULES) subdirs
  -	@rm -Rf objs
  +	@rm -rf objs
   	@mkdir objs
   	@rm -f @LIBPREFIX@apr.a
   	for i in $(SUBDIRS); do cp $$i/*.o objs ; done;
  @@ -55,7 +55,7 @@
   	-$(RM) -f *.o *.a *.so
   	-$(RM) -f config.cache config.status config.log
   	-$(RM) -f Makefile
  -	-$(RM) -Rf objs
  +	-$(RM) -rf objs
   
   subdirs:
   	@for i in $(SUBDIRS); do \