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-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make
