To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80368
------- Additional comments from [EMAIL PROTECTED] Fri Aug 31 23:16:17 +0000
2007 -------
ause: I am a little puzzled, if ../../unxmacxp.pro/misc/readme_en-US.html.txt
would not exist we shouldn't get the warning. I just verified that with this
command and the following makefile - No warning, works. Lets see if this error
comes back (currently there is issue 64234).
$ rm -f xx.* ; touch xx.x3 ; ./dmake/dmake.exe -rf t_80368_1.mk
touch xx.v2
touch xx.c
echo aaa
aaa
- - - t_80368_1.mk - - -
SHELL*:=/bin/sh
SHELLFLAGS*:=-ce
%.c : %.v1
touch $@
%.c : %.v2
touch $@
%.v1 : %.x1
touch $@
%.v2 : %.x3
touch $@
aaa : xx.c
echo aaa
---------------------------------------------------------------------
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]