mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/Makefile.sub (config.status): fix install path (prefix).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
952b46a617
commit
fef7169d16
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Mar 21 01:11:37 2002 Usaku Nakamura <usa@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub (config.status): fix install path (prefix).
|
||||
|
||||
Thu Mar 21 01:03:05 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
|
||||
|
||||
* ext/configsub.rb: latest autoconf style support.
|
||||
|
|
|
@ -179,7 +179,7 @@ s,@FFLAGS@,$(FFLAGS),;t t
|
|||
s,@LDFLAGS@,$(LDFLAGS),;t t
|
||||
s,@LIBS@,user32.lib advapi32.lib wsock32.lib,;t t
|
||||
s,@exec_prefix@,$${prefix},;t t
|
||||
s,@prefix@,$(prefix),;t t
|
||||
s,@prefix@,,;t t
|
||||
s,@program_transform_name@,s,,,,;t t
|
||||
s,@bindir@,$${exec_prefix}/bin,;t t
|
||||
s,@sbindir@,$${exec_prefix}/sbin,;t t
|
||||
|
|
Loading…
Reference in a new issue