You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/10/29 17:45:08 UTC

cvs commit: xml-xerces/c/src/xercesc Makefile.incl

peiyongz    2002/10/29 08:45:07

  Modified:    c/src/xercesc Makefile.incl
  Log:
  typo fix: $(LIBS} -> ${LIBS}
  
  Revision  Changes    Path
  1.27      +3 -3      xml-xerces/c/src/xercesc/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/Makefile.incl,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Makefile.incl	28 Oct 2002 18:17:57 -0000	1.26
  +++ Makefile.incl	29 Oct 2002 16:45:07 -0000	1.27
  @@ -388,7 +388,7 @@
       endif
   
       ifeq (${MESSAGELOADER}, ICU)
  -        ALLLIBS = $(LIBS} -licuuc -licudata
  +        ALLLIBS = ${LIBS} -licuuc -licudata
       endif
   
       EXTRA_LINK_OPTIONS = -b -Wl,+s -Wl,+b,.
  @@ -411,7 +411,7 @@
       endif
   
       ifeq (${MESSAGELOADER}, ICU)
  -        ALLLIBS = $(LIBS} -licuuc -licudata
  +        ALLLIBS = ${LIBS} -licuuc -licudata
       endif
   
       EXTRA_LINK_OPTIONS = -b -Wl,+s -Wl,+b,. -Wl,-a,shared
  
  
  

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