diff options
author | bz <bz@FreeBSD.org> | 2009-06-09 09:03:13 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2009-06-09 09:03:13 +0000 |
commit | 0b401e6e2bb3cec2edfa0e1f0d98ca7a3a45affa (patch) | |
tree | 05d20b2732012722e53558abc6687625f7869332 /sys/modules | |
parent | 878ab47f7ef57d8c9fb71e51097c174d05902201 (diff) | |
download | FreeBSD-src-0b401e6e2bb3cec2edfa0e1f0d98ca7a3a45affa.zip FreeBSD-src-0b401e6e2bb3cec2edfa0e1f0d98ca7a3a45affa.tar.gz |
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.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/sound/sound/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile index 4e48c18..04aafbf 100644 --- a/sys/modules/sound/sound/Makefile +++ b/sys/modules/sound/sound/Makefile @@ -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 |