Re: Question/how-to

2000-08-21 Thread Paul D. Smith
%% Duane Ellis <[EMAIL PROTECTED]> writes: de> [~> make -v de> GNU Make version 3.77, by Richard Stallman and Roland McGrath. de> Under SunOS 4 make, we can do this: de> foo.lst + foo.o: foo.s de> my_assembler -l foo.lst -o foo.o foo.s de> Key point is: "target *PLUS* target" Thi

Question/how-to

2000-08-21 Thread Duane Ellis
This is not a bug, but a question about a feature. I don't know where else to post this. [~> make -v GNU Make version 3.77, by Richard Stallman and Roland McGrath. Under SunOS 4 make, we can do this: foo.lst + foo.o: foo.s my_assembler -l foo.lst -o foo.o foo.s Key point is: "target *