To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=104727
------- Additional comments from [email protected] Fri Nov 27 07:32:41 +0000 2009 ------- Bad news, my patch does not work well with the following Makefile: ######### LIST1 = a.a ../b.b ./c.c ..\d.d .\e.e /f.f \g.g c:/h/h.h c:\i\i.i LIST2 = $(LIST1:f) all: echo "LIST2=$(LIST2)" ######### At the moment I have no idea how to fix it. I would appreciate any help. -- kmx --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
