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


User vq changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'hjs'
--------------------------------------------------------------------------------
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Jul  4 21:42:43 +0000 
2007 -------
This must be some legacy code.  As dmake nowhere mentions ".IF defined()" id 
does
not need to error on them, maybe a warning, but even that is not needed.

The next dmake version will remove this error, until then something like this
works around this bug:

+++ solenv/inc/target.mk        4 Jul 2007 21:40:58 -0000
@@ -105,7 +105,7 @@
 .ENDIF          # "$(L10N_framework)"==""
 DEPFILES:=$(uniq $(DEPFILESx))
 DEPCOLLECT_SLO!:=$(uniq $(DEPCOLLECT_SLO))
-.IF "$(DEPCOLLECT_SLO)"!=""
+.IF "x$(DEPCOLLECT_SLO)"!="x"
 DEPFILE_SLO+:=$(MISC)$/all_$(TARGET).dpslo
 .ENDIF                 # "$(DEPCOLLECT_SLO)"!=""
 DEPCOLLECT_OBJ!:=$(uniq $(DEPCOLLECT_OBJ))

@ause: Maybe you can sneak this workaround into somewhere, dmake411 will fix
this for good.

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