On 4/28/2014 1:51 PM, h.becker wrote:
On 04/27/2014 11:50 PM, John E. Malmberg wrote:
Help libraries are .hlb, not .hlp.
all: h.hlb(h)
My bad, sorry for the misleading typo, but I can't get that to work
You need a bit more, as the rule is based on the extension of the source
file, not
On 04/27/2014 11:50 PM, John E. Malmberg wrote:
> Help libraries are .hlb, not .hlp.
>
> all: h.hlb(h)
My bad, sorry for the misleading typo, but I can't get that to work
$ copy nla0: h.hlp
$ copy nla0: h.h
$ mc [.make]make -f-"
all: h.hlb(h)
Exit
if f$search("h.hlb") .eqs. "" then library/
Follow-up Comment #2, bug #41781 (project make):
Hi Paul. Thanks for the clarifications. I do not use recursive make, I have
one makefile and one DAG (I read the recursive make considered harmful paper),
but I understand that for completeness it should be covered.
Finding the source of the failur