%% Regarding Bugreport; you wrote:
tm> Is this a bug?
No.
tm> Can you reproduce it?
Certainly... with every single version of make ever written :).
tm> Don't hesitate to write me if you need more information, i'd be glad
tm> to help.
See the chapter _How make Reads a Makefile_ in the
Hi,
i think i found a bug:
In a project directory i have the subdirs "source" and "object"
and a "Makefile". In "source" are the files "main.c" and "fct.c".
+ source
| |--main.c
| \--fct.c
+ object
+ Makefile
A Makefile that doesn't work:
SRC =
%% 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
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 *