guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH][VM] Fix first-time compilation


From: Ludovic Courtès
Subject: [PATCH][VM] Fix first-time compilation
Date: Tue, 16 Sep 2008 23:16:00 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

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?= <address@hidden>
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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 5d6a7cf..beae74f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,9 +24,9 @@
 #
 AUTOMAKE_OPTIONS = 1.10
 
-SUBDIRS = lib oop libguile ice-9 guile-config guile-readline emacs \
+SUBDIRS = lib oop libguile guile-config guile-readline emacs \
          scripts srfi doc examples test-suite benchmark-suite lang am \
-         module testsuite
+         module ice-9 testsuite
 
 bin_SCRIPTS = guile-tools
 
-- 
1.6.0


reply via email to

[Prev in Thread] Current Thread [Next in Thread]