You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@hyperreal.org on 1999/06/04 19:04:11 UTC

cvs commit: apache-apr/apr Makefile.in

bjh         99/06/04 10:04:11

  Modified:    apr      Makefile.in
  Log:
  Fix top level rule for 'clean'. It currently complains it doesn't know how
  to make 'rm'.....
  
  Revision  Changes    Path
  1.8       +1 -1      apache-apr/apr/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-apr/apr/Makefile.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Makefile.in	1999/05/21 13:02:27	1.7
  +++ Makefile.in	1999/06/04 17:04:10	1.8
  @@ -38,7 +38,7 @@
   all: Makefile $(MODULES) subdirs
   	@echo APR built.
   
  -clean: subdirs_clean \
  +clean: subdirs_clean
   	$(RM) -f *.o *.a *.so
   
   distclean: clean