Menu

#54 remove "$<" from explicit targets & support build dirs

open
nobody
5
2006-06-06
2006-06-06
Dan Nelson
No

Some make's can't handle $< in explicit makefile
targets, and of those that can, some can't handle them
when builddir != srcdir. This patch converts $< to
$(srcdir)/srcfile.in .

Discussion

  • Dan Nelson

    Dan Nelson - 2006-06-06
     
  • Joe Allen

    Joe Allen - 2006-06-07

    Logged In: YES
    user_id=1000448

    Thanks, I've taken the patch (JOE in CVS has been updated).

     

Log in to post a comment.