~ chicken-core (chicken-5) 69bea5f5bbfecfcb8440cd8cbd3144eadbdaa3d1


commit 69bea5f5bbfecfcb8440cd8cbd3144eadbdaa3d1
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Feb 8 10:15:47 2011 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Feb 8 10:15:47 2011 +0100

    use backtick instead of make-var for pwd (suggested by ckeen)

diff --git a/rules.make b/rules.make
index 8a1561c3..78267647 100644
--- a/rules.make
+++ b/rules.make
@@ -649,7 +649,7 @@ boot-chicken:
 	  C_COMPILER_OPTIMIZATION_OPTIONS= C_HACKED_APPLY= \
 	  confclean chicken-boot-stage1$(EXE)
 	$(MAKE) -f Makefile.$(PLATFORM) PLATFORM=$(PLATFORM) PREFIX=/nowhere CONFIG= \
-	  SRCDIR=$(SRCDIR) CHICKEN=$(PWD)/chicken-boot-stage1$(EXE) PROGRAM_SUFFIX=-boot \
+	  SRCDIR=$(SRCDIR) CHICKEN=`pwd`/chicken-boot-stage1$(EXE) PROGRAM_SUFFIX=-boot \
 	  STATICBUILD=1 C_COMPILER_OPTIMIZATION_OPTIONS= \
 	  touchfiles chicken-boot$(EXE) confclean
 
Trap