diff options
author | njl <njl@FreeBSD.org> | 2004-06-30 05:21:43 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-06-30 05:21:43 +0000 |
commit | 8feb33271855f8ec074bb3f9009f4529b9e19165 (patch) | |
tree | 5d4bbed1912a95a56dbccf0fad915a13a8d834f1 /sys/conf/files | |
parent | 3c444fb050273a2640eac1a0286c31ff242ee4be (diff) | |
download | FreeBSD-src-8feb33271855f8ec074bb3f9009f4529b9e19165.zip FreeBSD-src-8feb33271855f8ec074bb3f9009f4529b9e19165.tar.gz |
Like usbdevs, use before-depend to ensure ordering.
Glass plaque award: obrien
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index f6d123c..dde397a 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -7,7 +7,7 @@ acpi_quirks.h optional acpi \ dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \ compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \ - no-obj no-implicit-rule \ + no-obj no-implicit-rule before-depend \ clean "acpi_quirks.h" aicasm optional ahc \ dependency "$S/dev/aic7xxx/aicasm/*.[chyl]" \ |