Tom Lane writes:
> [ scratches head ... ] Where is the expansion happening, then? Seems
> weird.
The $@ is expanded as a make variable. Make does care whether you're
executing a $(shell) thing around it. However, it seems that $@ should
expand to nothing in that assignment, so where's the problem?
--
Peter Eisentraut peter_e@gmx.net