You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@apache.org on 2004/03/15 03:09:52 UTC

cvs commit: apr/test Makefile.in

rbb         2004/03/14 18:09:52

  Modified:    test     Makefile.in
  Log:
  client and server no longer exist.
  
  Revision  Changes    Path
  1.152     +1 -2      apr/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/test/Makefile.in,v
  retrieving revision 1.151
  retrieving revision 1.152
  diff -u -r1.151 -r1.152
  --- Makefile.in	14 Mar 2004 20:27:14 -0000	1.151
  +++ Makefile.in	15 Mar 2004 02:09:52 -0000	1.152
  @@ -20,8 +20,7 @@
   STDTEST_NONPORTABLE = \
   	testglobalmutex@EXEEXT@
   
  -OTHER_PROGRAMS = client@EXEEXT@ sendfile@EXEEXT@ \
  -	server@EXEEXT@
  +OTHER_PROGRAMS = sendfile@EXEEXT@ 
   
   PROGRAMS = $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE) $(OTHER_PROGRAMS)