1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

Build (guix) last.

* Makefile.am (MODULES): Move `guix.scm' last.
This commit is contained in:
Ludovic Courtès
2012-06-15 10:03:08 +02:00
parent af51c820b1
commit 1273d44ac7

View File

@@ -17,7 +17,6 @@
# along with Guix. If not, see <http://www.gnu.org/licenses/>.
MODULES = \
guix.scm \
guix/derivations.scm \
guix/gnu-build-system.scm \
guix/http.scm \
@@ -25,7 +24,8 @@ MODULES = \
guix/utils.scm \
guix/build/gnu-build-system.scm \
guix/build/http.scm \
guix/build/utils.scm
guix/build/utils.scm \
guix.scm
GOBJECTS = $(MODULES:%.scm=%.go)