mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Dist the prebuilt .go files
* prebuilt/i686-pc-linux-gnu/Makefile.am: * prebuilt/mips-unknown-linux-gnu/Makefile.am: * prebuilt/x86_64-unknown-linux-gnu/Makefile.am: Actually dist the .go files.
This commit is contained in:
parent
9eb841c2d8
commit
ffc9bc9149
3 changed files with 6 additions and 0 deletions
|
@ -23,3 +23,5 @@ GUILE_TARGET = $(shell basename $(subdir))
|
|||
GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
|
||||
|
||||
include $(top_srcdir)/am/bootstrap.am
|
||||
|
||||
EXTRA_DIST = $(GOBJECTS)
|
||||
|
|
|
@ -23,3 +23,5 @@ GUILE_TARGET = $(shell basename $(subdir))
|
|||
GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
|
||||
|
||||
include $(top_srcdir)/am/bootstrap.am
|
||||
|
||||
EXTRA_DIST = $(GOBJECTS)
|
||||
|
|
|
@ -23,3 +23,5 @@ GUILE_TARGET = $(shell basename $(subdir))
|
|||
GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
|
||||
|
||||
include $(top_srcdir)/am/bootstrap.am
|
||||
|
||||
EXTRA_DIST = $(GOBJECTS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue