Spilker, J�rg wrote: [snip]
curdir := $(shell pwd)
I didn't read it all, but there is a built-in variable that serves this purpose, and it happens to bear the name you've chosen for it ;-) (only in upper case).
$(CURDIR)
Cheers, -Tristan
_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
