From f45bfa2c5a3fb9229b04dda75e3bf450ef45476e Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Wed, 26 Aug 2020 10:09:25 +0200 Subject: [PATCH] Makefile: only depend on gir bin in gir-report --- rust-bindings/rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-bindings/rust/Makefile b/rust-bindings/rust/Makefile index c8c54bf3..6b25dbb9 100644 --- a/rust-bindings/rust/Makefile +++ b/rust-bindings/rust/Makefile @@ -17,7 +17,7 @@ gir: target/tools/bin/gir target/tools/bin/gir -c conf/ostree-sys.toml target/tools/bin/gir -c conf/ostree.toml -gir-report: gir +gir-report: target/tools/bin/gir target/tools/bin/gir -c conf/ostree.toml -m not_bound