Re: Question about GNU Make

2001-05-21 Thread Paul D. Smith
%% "Margalit, Sivan" <[EMAIL PROTECTED]> writes: ms> I have a problem to define variable assignment per target. With any question, request for help, or bug report, please always include the version of GNU make you're using and the operating system (and version) you're using it on. This actual

Question about GNU Make

2001-05-21 Thread Margalit, Sivan
Hello I have a problem to define variable assignment per target. Requirements: all_targets = target1 target2 for target1 set variable a = val1 for target2 set variable a = val2 all_target: call $@ a . In make manual chapter "Target-specifi