guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 02/02: Fix uninstalled-env bug that preferred bootstrap/


From: Andy Wingo
Subject: [Guile-commits] 02/02: Fix uninstalled-env bug that preferred bootstrap/ to module/
Date: Sun, 25 Oct 2015 11:51:14 +0000

wingo pushed a commit to branch master
in repository guile.

commit 4339cb9fc11ccdb3f1c660cbfebbf7e2a7c108cb
Author: Andy Wingo <address@hidden>
Date:   Sun Oct 25 11:46:58 2015 +0000

    Fix uninstalled-env bug that preferred bootstrap/ to module/
    
    * meta/uninstalled-env.in (top_builddir): Whoops!  We were
      preferring bootstrap/ unoptimized .go files to module/ optimized .go
      files.  Fix!
---
 meta/uninstalled-env.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/uninstalled-env.in b/meta/uninstalled-env.in
index f9f0dc7..3bcde8e 100644
--- a/meta/uninstalled-env.in
+++ b/meta/uninstalled-env.in
@@ -84,7 +84,7 @@ then
     then
        
GUILE_LOAD_COMPILED_PATH="${top_builddir}/module:${top_builddir}/guile-readline"
     else
-       for d in "/module" "/bootstrap" "/guile-readline"
+       for d in "/bootstrap" "/module" "/guile-readline"
        do
             # This hair prevents double inclusion.
             # The ":" prevents prefix aliasing.



reply via email to

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