1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/mkmf.rb (create_makefile): site-install target for backward compatibility.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2002-10-23 18:52:29 +00:00
parent 236323b77c
commit 709c9e1cb5
2 changed files with 6 additions and 5 deletions

View file

@ -1,9 +1,10 @@
Thu Oct 24 03:19:22 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
Thu Oct 24 03:38:07 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* lib/mkmf.rb (create_makefile): site-install target for backward
compatibility.
* lib/mkmf.rb (init_mkmf): libdir prior to topdir.
Thu Oct 24 02:22:41 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572]
* mkconfig.rb: never substute escaped $$.

View file

@ -730,8 +730,8 @@ DISTCLEANFILES = #{distcleanfiles.join(' ')}
else
dirs.each {|dir| mfile.print "#{dir}:\n\t@$(MAKEDIRS) #{dir}\n"}
end
mfile.print "\n"
mfile.print "\nsite-install: install\n\n"
mfile.print ".SUFFIXES: .#{SRC_EXT.join(' .')} .#{$OBJEXT}\n"
mfile.print "\n"