Skip to content

Commit

Permalink
guile.am: add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Dec 12, 2022
1 parent 0c931a5 commit 298bc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/guile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ EXTRA_DIST = $(SOURCES) $(NOCOMP_SOURCES)
GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat
SUFFIXES = .scm .go
.scm.go:
$(AM_V_GEN)$(CROSS_COMPILING_VARIABLE)$(top_builddir)/env \
$(AM_V_GEN)$(CROSS_COMPILING_VARIABLE) $(top_builddir)/env \
$(GUILE_TOOLS) compile $(GUILE_TARGET) -L "$(abs_top_srcdir)" \
$(GUILE_WARNINGS) -o "$@" "$<"

0 comments on commit 298bc97

Please sign in to comment.