summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-08 07:41:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-08 07:41:23 +0000
commit0969bd5eb64d7ee3353e2c3a1f1a9432199328f6 (patch)
treef8bceb77b9bde9399608216e4b23c6721dd8f04b /Makefile.in
parent8e357356cd50fd9b805ad554289a78c95fa5814d (diff)
downloadruby-0969bd5eb64d7ee3353e2c3a1f1a9432199328f6.tar.gz
ruby-0969bd5eb64d7ee3353e2c3a1f1a9432199328f6.tar.xz
ruby-0969bd5eb64d7ee3353e2c3a1f1a9432199328f6.zip
* configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.
[ruby-core:16642] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 9fc2803f5..038f32444 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -39,6 +39,9 @@ empty =
OUTFLAG = @OUTFLAG@$(empty)
COUTFLAG = @COUTFLAG@$(empty)
CFLAGS = @CFLAGS@ @ARCH_FLAG@
+cflags = @cflags@
+optflags = @optflags@
+debugflags = @debugflags@
XCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir) -I$(srcdir) @XCFLAGS@
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @STATIC@ $(CFLAGS) @LDFLAGS@