Skip to content

Commit

Permalink
chore(build): Apply minor fixes to Rust build macros from other project
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jan 10, 2025
1 parent 8219f53 commit 2e816f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build-aux/que_rust_boilerplate.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export VERSION_FROM_AUTOTOOLS = v$(VERSION)
EXTRA_@PACKAGE_VAR@_SOURCES += Cargo.lock .version
nodist_man_MANS += @[email protected]

CLEANFILES += $(bin_PROGRAMS) $(BUILT_SOURCES) $(dist_man_MANS)
CLEANFILES += $(bin_PROGRAMS) $(BUILT_SOURCES) $(nodist_man_MANS)

CARGO_RELEASE_ARGS =
if !DEBUG_RELEASE
Expand Down
1 change: 0 additions & 1 deletion build-aux/que_rust_boilerplate.m4
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ AC_DEFUN_ONCE([QUE_RUST_BOILERPLATE], [
AX_REQUIRE_PROG([cargo])
AX_REQUIRE_PROG([jq])
AX_REQUIRE_PROG([rustc])
AX_REQUIRE_PROG([cmp])
AX_REQUIRE_PROG([xargs])
AM_COND_IF([DEVELOPER_MODE], [
AX_REQUIRE_PROG([git])
Expand Down

0 comments on commit 2e816f2

Please sign in to comment.