From 0b401e6e2bb3cec2edfa0e1f0d98ca7a3a45affa Mon Sep 17 00:00:00 2001 From: bz Date: Tue, 9 Jun 2009 09:03:13 +0000 Subject: 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. --- sys/modules/sound/sound/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/modules/sound') 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 -- cgit v1.1