You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/02/03 10:56:01 UTC

cvs commit: apr-util Makefile.in

jorton      2004/02/03 01:56:01

  Modified:    .        Makefile.in
  Log:
  * Makefile.in: Remove files generated during 'make' in the 'clean'
  target.
  
  Revision  Changes    Path
  1.78      +3 -4      apr-util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/Makefile.in,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -b -d -u -r1.77 -r1.78
  --- Makefile.in	22 Oct 2003 13:36:46 -0000	1.77
  +++ Makefile.in	3 Feb 2004 09:56:01 -0000	1.78
  @@ -25,13 +25,12 @@
   SUBDIRS = buckets crypto dbm encoding hooks ldap uri xml misc strmatch xlate
   CLEAN_SUBDIRS = . test
   
  -CLEAN_TARGETS =
  +CLEAN_TARGETS = exports.c export_vars.h aprutil.exp
   DISTCLEAN_TARGETS = config.cache config.log config.status libtool \
   	include/private/apu_config.h include/private/apu_private.h \
   	include/private/apu_select_dbm.h include/apr_ldap.h include/apu.h \
  -	export_vars.sh aprutil.exp apu-config
  -EXTRACLEAN_TARGETS = configure aclocal.m4 include/private/apu_config.h.in \
  -	exports.c export_vars.h
  +	export_vars.sh apu-config
  +EXTRACLEAN_TARGETS = configure aclocal.m4 include/private/apu_config.h.in
   
   prefix=@prefix@
   exec_prefix=@exec_prefix@