Fix disorder introduce in 1.862 by sorting emu10k before miidevs.h,
rather than after. bde inspired words: disorder
This commit is contained in:
parent
c4e54758fe
commit
79af3d91df
@ -30,16 +30,16 @@ aic79xx_{seq.h,reg.h,reg_print.c} optional ahd pci \
|
||||
aic79xx_reg_print.o optional ahd pci ahd_reg_pretty_print \
|
||||
compile-with "${NORMAL_C}" \
|
||||
no-implicit-rule local
|
||||
miidevs.h standard \
|
||||
dependency "$S/tools/miidevs2h.awk $S/dev/mii/miidevs" \
|
||||
compile-with "${AWK} -f $S/tools/miidevs2h.awk $S/dev/mii/miidevs" \
|
||||
no-obj no-implicit-rule \
|
||||
clean "miidevs.h"
|
||||
emu10k1-alsa%diked.h optional pcm pci \
|
||||
dependency "$S/tools/emu10k1-mkalsa.sh $S/gnu/dev/sound/pci/emu10k1-alsa.h" \
|
||||
compile-with "CC=${CC} AWK=${AWK} sh $S/tools/emu10k1-mkalsa.sh $S/gnu/dev/sound/pci/emu10k1-alsa.h emu10k1-alsa%diked.h" \
|
||||
no-obj no-implicit-rule before-depend \
|
||||
clean "emu10k1-alsa%diked.h"
|
||||
miidevs.h standard \
|
||||
dependency "$S/tools/miidevs2h.awk $S/dev/mii/miidevs" \
|
||||
compile-with "${AWK} -f $S/tools/miidevs2h.awk $S/dev/mii/miidevs" \
|
||||
no-obj no-implicit-rule \
|
||||
clean "miidevs.h"
|
||||
kern/device_if.m standard
|
||||
kern/bus_if.m standard
|
||||
kern/clock_if.m optional genclock
|
||||
|
Loading…
Reference in New Issue
Block a user