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/03/13 23:13:45 UTC

cvs commit: xml-xerces/c/obj Makefile.in

tng         2003/03/13 14:13:45

  Modified:    c/obj    Makefile.in
  Log:
  [Bug 17858] Support for QNX/Neutrino.  Patch from Chris McKillop.
  
  Revision  Changes    Path
  1.36      +4 -2      xml-xerces/c/obj/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/obj/Makefile.in,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- Makefile.in	20 Jan 2003 17:27:32 -0000	1.35
  +++ Makefile.in	13 Mar 2003 22:13:45 -0000	1.36
  @@ -166,8 +166,10 @@
   ${FQ_REAL_NAME}:	$(ALL_OBJECTS)
   	@echo Building ${FQ_REAL_NAME}
   	${MAKE_SHARED} ${LD_SONAME} -o ${@} ${^} $(TEMPLATESOBJS) $(PLATFORM_LIBRARIES) $(EXTRA_LINK_OPTIONS) $(ALLLIBS)
  -	@echo symlink ${FQ_SO_NAME}
  +    ifneq (${FQ_SO_NAME},${FQ_REAL_NAME})
  +	@echo symlink ${FQ_SO_NAME} 
   	rm -rf ${FQ_SO_NAME}   && ln -s ${FQ_REAL_NAME} ${FQ_SO_NAME}
  +    endif
   	@echo symlink ${FQ_LINK_NAME}
   	rm -rf ${FQ_LINK_NAME} && ln -s ${FQ_SO_NAME} ${FQ_LINK_NAME}
   
  
  
  

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