aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sound
diff options
context:
space:
mode:
authorAriff Abdullah <ariff@FreeBSD.org>2009-06-09 10:17:22 +0000
committerAriff Abdullah <ariff@FreeBSD.org>2009-06-09 10:17:22 +0000
commit5b9505f5d1644b61c15c0579de42d0c3d49ab703 (patch)
treead2aaf42c5a246ba4a9ccf0ddb6148f90562b3ea /sys/modules/sound
parentc2f16e371ea80eabfac5aa44c6d9a78a3a605e69 (diff)
downloadsrc-5b9505f5d1644b61c15c0579de42d0c3d49ab703.tar.gz
src-5b9505f5d1644b61c15c0579de42d0c3d49ab703.zip
Each generated file should depend its own generator as well.
Notes
Notes: svn path=/head/; revision=193821
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/sound/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile
index 04aafbf78369..cd251082907f 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: @ machine
+feeder_eq_gen.h: @ @/tools/feeder_eq_mkfilter.awk machine
${AWK} -f @/tools/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > ${.TARGET}
-feeder_rate_gen.h: @ machine
+feeder_rate_gen.h: @ @/tools/feeder_rate_mkfilter.awk machine
${AWK} -f @/tools/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > ${.TARGET}
-snd_fxdiv_gen.h: @ machine
+snd_fxdiv_gen.h: @ @/tools/snd_fxdiv_gen.awk machine
${AWK} -f @/tools/snd_fxdiv_gen.awk -- > ${.TARGET}
CLEANFILES+= feeder_eq_gen.h feeder_rate_gen.h snd_fxdiv_gen.h