You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by be...@apache.org on 2002/03/11 18:29:07 UTC

cvs commit: apr Makefile.in

ben         02/03/11 09:29:06

  Modified:    .        Makefile.in
  Log:
  Blow stuff away more thoroughly.
  
  Revision  Changes    Path
  1.70      +2 -2      apr/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/Makefile.in,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- Makefile.in	9 Mar 2002 19:26:13 -0000	1.69
  +++ Makefile.in	11 Mar 2002 17:29:06 -0000	1.70
  @@ -100,8 +100,8 @@
   	    headers="`find include/*.h -newer apr.exp`" ; \
   	    if test -n "$$headers"; then \
   		echo Found newer headers. Will rebuild apr.exp. ; \
  -		echo $(RM) -f apr.exp ; \
  -		$(RM) -f apr.exp ; \
  +		echo $(RM) -f apr.exp exports.c export_vars.h ; \
  +		$(RM) -f apr.exp exports.c export_vars.h ; \
   	    fi \
   	fi