summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-31 17:16:00 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-31 17:16:00 +0000
commita1c681838b709aeba6580ec932049625399f5d3d (patch)
tree09ebc7e7c628db91c9fc3aadc35f1077e72365df
parent15cc2a7bc9fcfb39f37850534d1f26de53dac4fb (diff)
downloadruby-a1c681838b709aeba6580ec932049625399f5d3d.tar.gz
ruby-a1c681838b709aeba6580ec932049625399f5d3d.tar.xz
ruby-a1c681838b709aeba6580ec932049625399f5d3d.zip
* common.mk (prereq): update the path of prelude.c.
* common.mk (prelude.c): rollback a part of r13675, because it is not documented and causes build error. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog7
-rw-r--r--common.mk4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 231bb24a6..6e64afb60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Nov 1 02:12:50 2007 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * common.mk (prereq): update the path of prelude.c.
+
+ * common.mk (prelude.c): rollback a part of r13675, because it is not
+ documented and causes build error.
+
Thu Nov 1 01:52:23 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* enum.c (enum_drop): fix typo.
diff --git a/common.mk b/common.mk
index 942b79b80..39669487b 100644
--- a/common.mk
+++ b/common.mk
@@ -628,10 +628,10 @@ incs: $(INSNS) node_name.inc
node_name.inc: {$(VPATH)}node.h
$(BASERUBY) -n $(srcdir)/tool/node_name.rb $? > $@
-{$(VPATH)}prelude.c: $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb
+prelude.c: $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb
$(BASERUBY) $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $@
-prereq: incs prelude.c
+prereq: incs {$(VPATH)}prelude.c
docs:
$(BASERUBY) -I$(srcdir) $(srcdir)/tool/makedocs.rb $(INSNS2VMOPT)