6da3f65ae2
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/acpica-tools#97b38e48de60dcda464ba13c4571a9669a887813
23 lines
525 B
Diff
23 lines
525 B
Diff
Add in a needed parameter for a test file template
|
|
|
|
From: Al Stone <ahs3@redhat.com>
|
|
|
|
|
|
---
|
|
tests/templates/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: acpica-unix-20191018/tests/templates/Makefile
|
|
===================================================================
|
|
--- acpica-unix-20191018.orig/tests/templates/Makefile
|
|
+++ acpica-unix-20191018/tests/templates/Makefile
|
|
@@ -26,7 +26,7 @@ $(aml_obj): %.aml: %.asl
|
|
|
|
|
|
templates :
|
|
- sh templates.sh
|
|
+ sh templates.sh 1
|
|
|
|
.PHONY: clean
|
|
clean:
|