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


User vq changed the following:

                What    |Old value                 |New value
================================================================================
              OS/Version|Windows, all              |All
--------------------------------------------------------------------------------
        Target milestone|---                       |OOo 2.0.4
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sun Jul  9 09:06:19 -0700 
2006 -------
Here is what I guess that's going on:

in target.mk first _tg_app.mk is included that defines:

$(APP1TARGETN): $(APP1OBJS) $(APP1LIBS) $(APP1RES) $(APP1ICON) $(APP1DEPN)
$(USE_APP1DEF)
        <recipes>

and APP1DEPN is defined to $(SHL2IMPLIBN) $(SHL3IMPLIBN) in automation/util

*but* the SHLxIMPLIBN are defined in _tg_shl.mk (included after _tg_app.mk)
so that at this moment they are still empty.

The recipe lines are evaluated when the target is build, i.e. after all
makefiles are read so that there is no problem with them.

I'll try to create a testcase for my early evaluation theory, if this is true
dmake should at least warn if a macro is (re-)defined after beeing used in a
target definition.

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