From 93a885572c281f7e77f3130fbe0f2b17eeff2ef9 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Tue, 9 Jun 2009 09:03:13 +0000 Subject: [PATCH] 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(-) diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile index 4e48c18aae4..04aafbf7836 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