commit: f6ecd583a3e09609846693ab9a0e0e4f8a4e52d6
parent 0de81dd1aa58a80fd9a8b6d856b25651c7873061
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 3 Nov 2022 00:14:34 +0100
test/fixtures/Makefile: Erlang build fix after Makefile move
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/fixtures/Makefile b/test/fixtures/Makefile
@@ -62,7 +62,7 @@ perl_storage.pst: perl_storage.pm
$(PERL) perl_storage.pm
hello.beam: hello.erl
- $(ERLC) -o test/fixtures +deterministic hello.erl
+ $(ERLC) +deterministic hello.erl
empty.dtb: empty.dts
$(DTC) -o $@ -O dtb empty.dts
diff --git a/test/fixtures/hello.beam b/test/fixtures/hello.beam
Binary files differ.