Hi, On Wed, Jun 17, 2009 at 12:40:56AM +0200, Thomas Schwinge wrote:
> +%.sdefsi: > + echo '#include <hurd/$*.defs>' | \ > + $(CPP) \ > + $(CPPFLAGS) $(MIGSFLAGS) $($*-MIGSFLAGS) -DSERVERPREFIX=S_ \ > + -x c - -o $@ Interesting idea, was looking for something like that... I wonder whether it can be used for direct MiG invocations too. -antrik-