summaryrefslogtreecommitdiff
path: root/prebuilt/i686-pc-linux-gnu
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2022-02-01 12:20:39 +0100
committerAndy Wingo <wingo@pobox.com>2022-02-01 14:50:44 +0100
commite933282f2bd675d2ca61d4c477f9eac6ec03816a (patch)
treed3e3703a3347f29703be80c46a10320ed54d5e3a /prebuilt/i686-pc-linux-gnu
parent9654ab1f210720b55a2511a425f93abb48375bf4 (diff)
downloadguile-e933282f2bd675d2ca61d4c477f9eac6ec03816a.tar.gz
Prebuild fewer files
* prebuilt/i686-pc-linux-gnu/Makefile.am: * prebuilt/mips-unknown-linux-gnu/Makefile.am: * prebuilt/x86_64-unknown-linux-gnu/Makefile.am: Only prebuild eval.go, psyntax-pp.go, and boot-9.go. The builder can handle the rest. Otherwise the tarball size would explode, given the expansion in bootstrap.am.
Diffstat (limited to 'prebuilt/i686-pc-linux-gnu')
-rw-r--r--prebuilt/i686-pc-linux-gnu/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/prebuilt/i686-pc-linux-gnu/Makefile.am b/prebuilt/i686-pc-linux-gnu/Makefile.am
index 327002b60..fcd220dfc 100644
--- a/prebuilt/i686-pc-linux-gnu/Makefile.am
+++ b/prebuilt/i686-pc-linux-gnu/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in.
##
-## Copyright (C) 2016 Free Software Foundation, Inc.
+## Copyright (C) 2016, 2022 Free Software Foundation, Inc.
##
## This file is part of GNU Guile.
##
@@ -24,4 +24,5 @@ GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
include $(top_srcdir)/am/bootstrap.am
+GOBJECTS = ice-9/eval.go ice-9/boot-9.go ice-9/psyntax-pp.go
EXTRA_DIST = $(GOBJECTS)