Depend on @ machine (_ILINKS) as we do with other modules so that @

is there for parallel (-jN) builds.  Ideally beforedepends in kmod.mk
should do the right thing but it seems it does not.
This commit is contained in:
bz 2009-06-09 09:03:13 +00:00
parent 878ab47f7e
commit 0b401e6e2b

View File

@ -19,13 +19,13 @@ SRCS+= ac97.c ac97_patch.c buffer.c channel.c clone.c dsp.c
SRCS+= mixer.c sndstat.c sound.c unit.c vchan.c
SRCS+= midi.c mpu401.c sequencer.c
feeder_eq_gen.h:
feeder_eq_gen.h: @ machine
${AWK} -f @/tools/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > ${.TARGET}
feeder_rate_gen.h:
feeder_rate_gen.h: @ machine
${AWK} -f @/tools/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > ${.TARGET}
snd_fxdiv_gen.h:
snd_fxdiv_gen.h: @ machine
${AWK} -f @/tools/snd_fxdiv_gen.awk -- > ${.TARGET}
CLEANFILES+= feeder_eq_gen.h feeder_rate_gen.h snd_fxdiv_gen.h