Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!UUNET.UU.NET!ircam!mf From: ircam!mf@UUNET.UU.NET (mf) Newsgroups: gnu.utils.bug Subject: Gnumake 3.57 Message-ID: <8911271723.AA20080@igor.ircam.fr> Date: 27 Nov 89 17:23:08 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 16 There is no way to specify ")" as a substitution character in substitution references nor in addprefix, addsuffix and the like. Problem: I have an automatically generated list of objects, say: A := a.o b.o c.o ... and I want to generate L := libmylib.a(a.o) libmylib.a(b.o) libmylib.a(c.o) ... Although adding "libmylib.a(" as a prefix works (maybe because it just looks for a matching ")" ) I found no way to add the ")". Any suggestions? Thanks, Michael Fingerhut