To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44902
------- Additional comments from [EMAIL PROTECTED] Tue Apr 26 10:14:25 -0700
2005 -------
Now I understand your workaround ;) Boy am I slow today ...
Another workaround that doesn't affect all targets by using .INIT would be
something like this:
%.mk : %.txt
+cp $< $@
%.tmp : %.mk
touch $@
.INCLUDE : ttt.mk
aaa : ttt.tmp
+cat ttt.mk
or just not adding any ttt.{mk,txt,tmp} as long as the target definition
is occuring after an .INCLUDE that loads the *.mk.
---------------------------------------------------------------------
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]