Fix first-time compilation
authorLudovic Courtès <ludo@gnu.org>
Tue, 16 Sep 2008 21:16:00 +0000 (23:16 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 18 Sep 2008 18:13:46 +0000 (20:13 +0200)
commit87e7228ff6b76d44ecf63e092fadb5754557e5eb
tree9ff20948abc7646252c2933b6c3c7307390ea957
parentd600df9aa9c9afd072f066736964a2f013e0fbe3
Fix first-time compilation

Hello!

The attached patch fixes first-time compilation, by ensuring SRFI
modules are built before "guile-tools compile" is ever run.

Thanks,
Ludo'.

From 691a111c440a26c021f52b4027b0d9772f8e04cc Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Tue, 16 Sep 2008 23:13:38 +0200
Subject: [PATCH] Fix compilation order of the sub-directories.

* Makefile.am (SUBDIRS): Move `ice-9' past `srfi' and friends, so that
  the SRFI modules needed by the compiler are built before "guile-tools
  compile" is used.
Makefile.am