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 2003/01/30 01:36:53 UTC

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

tng         2003/01/29 16:36:53

  Modified:    c/tests/DOM/TypeInfo Makefile.in
  Log:
  Change TypeInfo test executable to call DOMTypeInfoTest to match Windows
  
  Revision  Changes    Path
  1.2       +3 -3      xml-xerces/c/tests/DOM/TypeInfo/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/DOM/TypeInfo/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	29 Jan 2003 20:04:14 -0000	1.1
  +++ Makefile.in	30 Jan 2003 00:36:53 -0000	1.2
  @@ -82,7 +82,7 @@
   include ../../../version.incl
   include ../../Makefile.incl
   
  -APP_NAME=TypeInfo
  +APP_NAME=DOMTypeInfoTest
   APP_DIR=DOM/TypeInfo
   
   OUTDIR= ${XERCESCROOT}/tests/${APP_DIR}
  @@ -93,7 +93,7 @@
   
   ## OS390BATCH
   ifeq (${OS390BATCH},1)
  -BATCH_TARGET= "//'${LOADMOD}(${APP_NAME})'"
  +BATCH_TARGET= "//'${LOADMOD}(TYPEINFO)'"
   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