%% [EMAIL PROTECTED] writes:
k> make 3.79.1, solaris 2.7, compiled with gcc 2.95.2.
k> Here's a two-line GNUmakefile:
k> default:
k>@echo $(basename /src/foo)
k> And here's the output of running it:
k> $ make -f m
k> /src/foo
k> Shouldn't that just be `foo'?
Nope. Confusi
make 3.79.1, solaris 2.7, compiled with gcc 2.95.2.
Here's a two-line GNUmakefile:
default:
@echo $(basename /src/foo)
And here's the output of running it:
$ make -f m
/src/foo
Shouldn't that just be `foo'?
Thanks,
[EMAIL PROTECTED]
___
Bug-