Re: [kbuild-devel] using if_changed with implicit rules

2004-11-29 Thread Eric Sandeen
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

2004-11-29 Thread Sam Ravnborg
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

[kbuild-devel] using if_changed with implicit rules

2004-11-29 Thread Eric Sandeen
if I have something like: quiet_cmd_systune = SYSTUNE $< cmd_systune = $(dir $<)/gen_systune.pl \ $< \ $(obj)/$(*F)_systunes.c \ $(obj)/$(*F)_systunes.h