Re: Possible GNU Make bug

2003-01-29 Thread Paul D. Smith
%% David Buehler <[EMAIL PROTECTED]> writes: db> I'm expecting this makefile to echo "mylib", but it echos db> "Makefile" then "mylib"... perhaps there's something esoteric db> going on that I haven't figured out from the documentation. The latter :). Check the GNU make manual section "How

Possible GNU Make bug

2003-01-29 Thread David Buehler
I'm expecting this makefile to echo "mylib", but it echos "Makefile" then "mylib"... perhaps there's something esoteric going on that I haven't figured out from the documentation. Running on Debian GNU/Linux Stable. I installed make version 3.80 just to check that the behavior is the same as 3.79

Re: Possible GNU Make bug(?)

2002-02-06 Thread Paul D. Smith
%% Tim Noell <[EMAIL PROTECTED]> writes: tn> Attached please find gnumakebug.tar.gz, containing my minimum tn> example. Offhand I'd prefer the files to be attached outside of a compressed tar file, unless they're large; it's much simpler to read them in your email than it is to save off the

Possible GNU Make bug(?)

2002-02-06 Thread Tim Noell
Hi GNU Make Team: I have encountered a situation with GNU Make that doesn't seem right. It could be something simple that I am overlooking, but wanted to forward the example so you folks could check it out. Attached please find gnumakebug.tar.gz, containing my minimum example. I am running G