To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78837





------- Additional comments from [EMAIL PROTECTED] Wed Jul 25 04:10:39 +0000 
2007 -------
The issue is really fixed by issue 69462. This is a testcase for this problem:

- - - -
SHELL*:=/bin/sh
SHELLFLAGS*:=-ce

%.aaa : %.bbb
        @echo building $@

%.bbb :
        @echo building $@
        @sleep 1
        @echo finished $@


all : aaa.aaa
        touch $@
        @echo Done
- - - -

$ rm aaa.* ; touch aaa.aaa ; dmake.exe -rf makefile.mk

Before the fix aaa.bbb is never build.

---------------------------------------------------------------------
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]

Reply via email to