Alexander, > Is this from xc/Imakefile? Can you please post 10 lines above and below the > RemoveFile in the Makefile. Maybe I can get a clue where it is coming from.
Actually, I think it is from xc/xmakefile, since the Makefile is static. I will do one better than posting a few lines: http://www.msu.edu/~huntharo/xwin/xmakefile.bz2 However, below are the first few lines of the xmakefile... which contain the Concat3 call. Harold # Makefile generated by imake - do not edit! # $Xorg: imake.c,v 1.6 2001/02/09 02:03:15 xorgcvs Exp $ # ---------------------------------------------------------------------- # Makefile generated from "Imake.tmpl" and <Imakefile> # $Xorg: Imake.tmpl,v 1.4 2000/08/17 19:41:46 cpqbld Exp $ # # # # # $XFree86: xc/config/cf/Imake.tmpl,v 3.129 2002/09/16 18:05:12 eich Exp $ # ---------------------------------------------------------------------- all:: .SUFFIXES: .i # $Xorg: Imake.cf,v 1.4 2000/08/17 19:41:45 cpqbld Exp $ # $XFree86: xc/config/cf/Imake.cf,v 3.78 2002/08/06 13:32:08 herrb Exp $ # ----------------------------------------------------------------------- # site-specific configuration parameters that need to come before # the platform-specific parameters - edit site.def to change # site: $TOG: site.sample /main/r64_final/1 1998/02/05 16:28:49 kaleb $ # site: $XFree86: xc/config/cf/site.def,v 3.25 2002/02/27 00:51:12 dawes Exp $ # $XFree86: xc/config/cf/xf86site.def,v 3.181 2002/02/22 21:32:33 dawes Exp $ # ---------------------------------------------------------------------- # platform-specific configuration parameters - edit cygwin.cf to change # platform: $XFree86: xc/config/cf/cygwin.cf,v 3.45 2002/10/01 14:31:36 alanh Exp $ # $XFree86: xc/config/cf/cygwin.rules,v 3.20 2002/10/01 14:31:36 alanh Exp $ Concat3(cyg,libname,-$(shell echo rev|sed s=\\..*==).dll): deplist libname.def RemoveFile(Concat3(lib,libname,-$(shell echo rev|sed s=\\..*==).dll.a)) RemoveFile(Concat3(cyg,libname,-$(shell echo rev|sed s=\\..*==).dll)) MakeCplusplusDLL(libname,solist,rev) LinkBuildLibrary(Concat3(lib,libname,-$(shell echo rev|sed s=\\..*==).dll.a)) LinkImportLibrary(Concat3(lib,libname,-$(shell echo rev|sed s=\\..*==).dll.a),LibraryTargetName(libname)) LinkBuildDLL(Concat3(cyg,libname,-$(shell echo rev|sed s=\\..*==).dll)) cleandir:: RemoveFile(Concat3(lib,libname,-$(shell echo rev|sed s=\\..*==).dll.a)) RemoveFile(Concat3(cyg,libname,-$(shell echo rev|sed s=\\..*==).dll)) # $XFree86: xc/config/cf/xfree86.cf,v 3.407 2002/09/24 02:55:00 tsi Exp $ # $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $ DRIVERSDKDIR = $(USRLIBDIR)/Server DRIVERSDKMODULEDIR = $(USRLIBDIR)/Server/modules DRIVERSDKINCLUDEDIR = $(USRLIBDIR)/Server/include
