dbertoni    01/08/21 08:16:09

  Modified:    c/src    Makefile.in
  Log:
  Fixed problem with -I directive.
  
  Revision  Changes    Path
  1.55      +1 -1      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- Makefile.in       2001/08/20 22:43:03     1.54
  +++ Makefile.in       2001/08/21 15:16:09     1.55
  @@ -334,7 +334,7 @@
   # headers that others normally wouldn't
   ifdef XALAN_USE_ICU
   # We need the ICU library if we are using the ICUBridge
  -  XSL_INCL = -I ${ICUROOT}/include/ -I. -I$(XERCESCROOT)/src/ 
-I$(XERCESCROOT)/include/ 
  +  XSL_INCL = -I${ICUROOT}/include/ -I. -I$(XERCESCROOT)/src/ 
-I$(XERCESCROOT)/include/ 
     XSL_BUILD_OPTIONS += -DXALAN_USE_ICU
   else
     XSL_INCL = -I. -I$(XERCESCROOT)/src/ -I$(XERCESCROOT)/include/ 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to