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 2004/11/05 19:23:38 UTC

cvs commit: xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources Makefile.in

peiyongz    2004/11/05 10:23:38

  Modified:    c/src/xercesc/util/MsgLoaders/ICU/resources Makefile.in
  Log:
  fix build error on Unix
  
  Revision  Changes    Path
  1.8       +3 -1      xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/Makefile.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Makefile.in	4 Nov 2004 18:37:09 -0000	1.7
  +++ Makefile.in	5 Nov 2004 18:23:38 -0000	1.8
  @@ -95,6 +95,7 @@
   # build any resources.
   RESLIBNAME=lib$(RESNAME)
   RESTARGET=lib$(RESNAME)$(ICUSHLIBSUFFIX)
  +PKGTARGET=lib$(PKGNAME)$(ICUSHLIBSUFFIX)
   
   # Resource files.  Add new ones for additional locales here.
   # keep in sync with the file RESLIST
  @@ -114,6 +115,7 @@
   $(RESTARGET): $(RESFILES)
   	@echo building ${FQ_RESLIB_REAL_NAME}
   	$(PKGDATA) --name $(PKGNAME) --mode $(RESMODE) $(PKGDATAOPTS) $(RESLIST)
  +	mv $(PKGTARGET) $(RESTARGET)
   	mv $(RESTARGET) ${FQ_RESLIB_REAL_NAME}
   	@echo symlink ${FQ_RESLIB_SO_NAME}
   	ln -s ${FQ_RESLIB_REAL_NAME} ${FQ_RESLIB_SO_NAME}
  @@ -133,7 +135,7 @@
   	$(INVOKE) $(CHECK_VARS) ./$(TARGET) $(CHECK_ARGS) | tee $(TARGET).out
   
   ## resources
  -$(PKGNAME)_%.res: %.txt
  +$(RESNAME)_%.res: %.txt
   	@echo "generating $@"
   	$(GENRB) $(GENRBOPT) $^
   
  
  
  

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