trawick     01/04/23 11:27:25

  Modified:    xml/expat Makefile.in
  Log:
  implement the extraclean target
  
  Revision  Changes    Path
  1.5       +4 -1      apr-util/xml/expat/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/xml/expat/Makefile.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.in       2001/04/11 06:42:24     1.4
  +++ Makefile.in       2001/04/23 18:27:22     1.5
  @@ -85,7 +85,7 @@
   
   all: build-subdirs
   
  -.PHONY: all build-subdirs clean distclean maintainer-clean dist install \
  +.PHONY: all build-subdirs clean distclean extraclean maintainer-clean dist 
install \
           uninstall distdir
   
   Makefile: Makefile.in config.status
  @@ -122,6 +122,9 @@
          cd $$dir; $(MAKE) distclean; cd ..; \
        done
        rm -f config.h config.status config.log libtool examples/Makefile 
xmlwf/Makefile Makefile
  +
  +extraclean: distclean
  +     rm -f configure aclocal.m4
   
   maintainer-clean: distclean
        rm -f $(DISTRIBUTION)
  
  
  

Reply via email to