I ran out of time to continue trying this today so I will see if you
experts can make heads or tails of this.

These 3 lines:

> $(eval $(0)_CALL=$(if ifeq "$($(0)_PREVMOD)"
> "$($(0)_LASTMOD)",_UPTODATE,_UPDATECC))
> $(info $(0)_CALL=(if ifeq "$($(0)_PREVMOD)"
> "$($(0)_LASTMOD)",_UPTODATE,_UPDATECC))
> $(info $(0)_CALL=$($(0)_CALL),$($(0)_PREVMOD),$($(0)_LASTMOD))
>

are resulting in this:

CODIT_GEN_DEP_CALL=(if ifeq "0" "25/07/2016;10:38",_UPTODATE,_UPDATECC)
> CODIT_GEN_DEP_CALL=_UPTODATE,0,25/07/2016;10:38
>
​
when the 2nd info call should be resulting in this:

CODIT_GEN_DEP_CALL=_UPDATECC,0,25/07/2016;10:38​

​I'll check this late tommorrow (got work in early morning to afternoon)​

-- 
We will die a permanent death unless we trust in Jesus Christ our saviour
and repent our sinful ways
_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to