Re: [kbuild-devel] using if_changed with implicit rules
Sam Ravnborg wrote: Yes, you just use: targets += $(wildcard %_systunes.c %_systunes.h) Thanks Sam! Sorry for asking dumb make questions on the kbuild list! (although I didn't realize that's what I was doing) ;-) -Eric --- SF email is sponsore
Re: [kbuild-devel] using if_changed with implicit rules
On Mon, Nov 29, 2004 at 03:36:52PM -0600, Eric Sandeen wrote: > if I have something like: > > quiet_cmd_systune = SYSTUNE $< > cmd_systune = $(dir $<)/gen_systune.pl \ > $< \ > $(obj)/$(*F)_systunes.c