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
   
  
  
  

Reply via email to