mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
Restore the terminating backslash lost by a typo.
This commit is contained in:
parent
5708f1dd7c
commit
f207ef23d4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
# dependency lines other than the first are silently ignored.
|
||||
#
|
||||
acpi_quirks.h optional acpi
|
||||
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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue