80dc240519
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/acpica-tools.git#defe2b64332fc44bf9915c8f57d2614c529cdb43
23 lines
528 B
Diff
23 lines
528 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-unix2-20200925/tests/templates/Makefile
|
|
===================================================================
|
|
--- acpica-unix2-20200925.orig/tests/templates/Makefile
|
|
+++ acpica-unix2-20200925/tests/templates/Makefile
|
|
@@ -26,7 +26,7 @@ $(aml_obj): %.aml: %.asl
|
|
|
|
|
|
templates :
|
|
- sh templates.sh
|
|
+ sh templates.sh 1
|
|
|
|
.PHONY: clean
|
|
clean:
|