trawick     01/01/08 11:48:06

  Modified:    .        Makefile.in
  Log:
  tweak SUBDIRS so that distclean runs in test before running in build;
  otherwise, distclean aborts because the test Makefile includes
  build/rules.mk, which itself gets removed by distclean
  
  Revision  Changes    Path
  1.16      +1 -1      apr-util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/Makefile.in,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Makefile.in       2001/01/07 01:35:49     1.15
  +++ Makefile.in       2001/01/08 19:48:03     1.16
  @@ -10,7 +10,7 @@
   # bring in rules.mk for standard functionality
   @INCLUDE_RULES@
   
  -SUBDIRS = src . build test
  +SUBDIRS = src . test build
   
   CLEAN_TARGETS = $(TARGET_EXPORTS)
   DISTCLEAN_TARGETS = config.cache config.log config.status config.sub \
  
  
  

Reply via email to