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





------- Additional comments from [EMAIL PROTECTED] Sat Sep  8 17:54:52 +0000 
2007 -------
Try this (this took me a while):

$ rm my.* ; touch my.c touch my.foo ; ./dmake/dmake.exe -rf t_81296_5.mk
Build include file my.dpo
Build my.obj
touch my.obj
Build all prereq my.obj

The my.c file is not rebuild event though its prerequisite is newer. The problem
is triggered by the inference of my.dpo. Up to the line of the .INCLUDE only
the %.dpo <- %.c dependency is known to dmake, so the *.dpo can be build if
the *.c exists. This somehow creates the my.c target without prerequisites
and the subsequent %.c has no effect because there is already the my.c target.

I don't know how yet, but the solution to this problem is to remove the targets
that were generated for .INCLUDE file inference after the include file was made.

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