On Fri, 21 Aug 2009, Szak�ts Viktor wrote:
> I experienced this with bcc and msvc where OBJ_DYN_POSTFIX is
> set to '_dyn'. The problem is not happening in pptable rule, but in
> 'clean', where OBJ_DYN_POSTFIX isn't referenced.
> Found it now: Both the local clean and central clean are executed,
> I'll check what went wrong.
I think you haven't understood what I wanted to point you.
In this two lines:
-...@$(RM) hbpp$(OBJ_EXT)
$(if $(wildcard hbpp$(OBJ_DYN_POSTFIX)$(OBJ_EXT)),-...@$(RM)
hbpp$(OBJ_DYN_POSTFIX)$(OBJ_EXT),)
wildcard is tested before 1-st line is executed so if both points to the
same file then $(RM) is executed after the 1-st one remove the file.
Please remember about it when you replace IF commands with wildcard
functions.
best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour