You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
883 B
28 lines
883 B
From 07eb5f5e775dec01a92a8b13910eaced9e8ee0cd Mon Sep 17 00:00:00 2001 |
|
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com> |
|
Date: Tue, 2 Dec 2014 10:56:58 +0100 |
|
Subject: [PATCH] Generate preludes using miniruby. |
|
|
|
--- |
|
common.mk | 4 ++-- |
|
1 file changed, 2 insertions(+), 2 deletions(-) |
|
|
|
diff --git a/common.mk b/common.mk |
|
index 168dc52..20c218a 100644 |
|
--- a/common.mk |
|
+++ b/common.mk |
|
@@ -1052,9 +1052,9 @@ $(MINIPRELUDE_C): $(COMPILE_PRELUDE) |
|
$(srcdir)/template/prelude.c.tmpl |
|
|
|
$(PRELUDE_C): $(COMPILE_PRELUDE) \ |
|
- $(PRELUDE_SCRIPTS) |
|
+ $(PRELUDE_SCRIPTS) $(PREP) |
|
$(ECHO) generating $@ |
|
- $(Q) $(BASERUBY) $(srcdir)/tool/generic_erb.rb -I$(srcdir) -c -o $@ \ |
|
+ $(Q) $(MINIRUBY) $(srcdir)/tool/generic_erb.rb -I$(srcdir) -c -o $@ \ |
|
$(srcdir)/template/prelude.c.tmpl $(PRELUDE_SCRIPTS) |
|
|
|
$(GOLF_PRELUDE_C): $(COMPILE_PRELUDE) {$(srcdir)}golf_prelude.rb |
|
-- |
|
2.6.3 |
|
|
|
|