You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/06/25 23:12:15 UTC

cvs commit: xml-xerces/c/tests/IThreadTest Makefile.in

tng         01/06/25 14:12:15

  Modified:    c/tests/IThreadTest Makefile.in
  Log:
  Shorten module name for OS390.  By Stephen Dulin.
  
  Revision  Changes    Path
  1.3       +2 -2      xml-xerces/c/tests/IThreadTest/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/IThreadTest/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	2001/06/04 14:55:43	1.2
  +++ Makefile.in	2001/06/25 21:12:09	1.3
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.in,v 1.2 2001/06/04 14:55:43 tng Exp $
  +# $Id: Makefile.in,v 1.3 2001/06/25 21:12:09 tng Exp $
   #
   
   ###################################################################
  @@ -90,7 +90,7 @@
   
   ## OS390BATCH
   ifeq (${OS390BATCH},1)
  -BATCH_TARGET= "//'${LOADMOD}(THREDTST)'"
  +BATCH_TARGET= "//'${LOADMOD}(ITHREDTS)'"
   all: makedir ${BATCH_TARGET}
   else
   all: makedir ${EXEC}/${APP_NAME}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org