From c8dd0c12f8c8253b240fca12efe7c1756207ab60 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 29 Sep 2003 02:44:49 +0000 Subject: * eval.c (rb_thread_atfork): wrong format specifier. [ruby-dev:21428] * process.c (pst_inspect): better description. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/mkmf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/mkmf.rb b/lib/mkmf.rb index cadf81ee2..0ff6351d0 100644 --- a/lib/mkmf.rb +++ b/lib/mkmf.rb @@ -228,7 +228,7 @@ end def cpp_command(outfile, opt="") "$(CPP) #$INCFLAGS -I#{$hdrdir} " \ - "#$CPPFLAGS #$CFLAGS #{outfile} #{opt} #{CONFTEST_C}" + "#$CPPFLAGS #$CFLAGS #{opt} #{CONFTEST_C} #{outfile}" end def libpathflag(libpath=$LIBPATH) -- cgit