mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Fix `.go' compilation for $(builddir) != $(srcdir).
* am/guilec (.scm.go): Use "-o $@" to make sure the output file ends up in $(builddir).
This commit is contained in:
parent
73f4d8d1d2
commit
e9c5639d48
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ CLEANFILES = $(GOBJECTS)
|
||||||
|
|
||||||
SUFFIXES = .scm .go
|
SUFFIXES = .scm .go
|
||||||
.scm.go:
|
.scm.go:
|
||||||
$(top_builddir)/pre-inst-guile-env $(top_builddir)/guile-tools compile $<
|
$(top_builddir)/pre-inst-guile-env $(top_builddir)/guile-tools compile -o "$@" "$<"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue