diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-01-09 07:32:00 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-01-09 07:32:00 +0000 |
commit | 9f3b8bb61f81cc0fa29b1746bf1c14f84bfbe85e (patch) | |
tree | dd10330ce7b5972bfdd7e27523bc1fda30196707 /lib | |
parent | 25b242bfb60ec048ba19bfdaffdae8f7a58dfa09 (diff) | |
download | ruby-9f3b8bb61f81cc0fa29b1746bf1c14f84bfbe85e.tar.gz ruby-9f3b8bb61f81cc0fa29b1746bf1c14f84bfbe85e.tar.xz ruby-9f3b8bb61f81cc0fa29b1746bf1c14f84bfbe85e.zip |
eban
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mkmf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb index 317200ba7..9ca5e69ef 100644 --- a/lib/mkmf.rb +++ b/lib/mkmf.rb @@ -43,7 +43,7 @@ else $null = open('test.log', 'w') end -LINK = "#{CONFIG['CC']} -o conftest -I#{$hdrdir} #{CFLAGS} -I#{CONFIG['includedir']} %s #{CONFIG['LDFLAGS']} %s conftest.c %s %s #{CONFIG['LIBS']}" +LINK = "#{CONFIG['CC']} -o conftest -I#{$hdrdir} #{CFLAGS} -I#{CONFIG['includedir']} %s %s #{CONFIG['LDFLAGS']} %s conftest.c %s %s #{CONFIG['LIBS']}" CPP = "#{CONFIG['CPP']} -E %s -I#{$hdrdir} #{CFLAGS} -I#{CONFIG['includedir']} %s %s conftest.c" def rm_f(*files) |