mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/Makefile.sub: rollback.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f045a012b2
commit
2e373d478f
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Jan 27 00:30:11 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* win32/Makefile.sub: rollback.
|
||||||
|
|
||||||
Mon Jan 26 22:53:04 2004 Dave Thomas <dave@pragprog.com>
|
Mon Jan 26 22:53:04 2004 Dave Thomas <dave@pragprog.com>
|
||||||
|
|
||||||
* io.c: Remove documentation references to $defout.
|
* io.c: Remove documentation references to $defout.
|
||||||
|
|
|
||||||
|
|
@ -81,6 +81,9 @@ prefix = /usr
|
||||||
!if !defined(exec_prefix)
|
!if !defined(exec_prefix)
|
||||||
exec_prefix = $(prefix)
|
exec_prefix = $(prefix)
|
||||||
!endif
|
!endif
|
||||||
|
!if !defined(DESTDIR)
|
||||||
|
DESTDIR = $(prefix)
|
||||||
|
!endif
|
||||||
!if !defined(libdir)
|
!if !defined(libdir)
|
||||||
libdir = $(exec_prefix)/lib
|
libdir = $(exec_prefix)/lib
|
||||||
!endif
|
!endif
|
||||||
|
|
@ -302,7 +305,7 @@ s,@FFLAGS@,$(FFLAGS),;t t
|
||||||
s,@LDFLAGS@,,;t t
|
s,@LDFLAGS@,,;t t
|
||||||
s,@LIBS@,$(LIBS),;t t
|
s,@LIBS@,$(LIBS),;t t
|
||||||
s,@exec_prefix@,$${prefix},;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,@program_transform_name@,s,,,,;t t
|
||||||
s,@bindir@,$${exec_prefix}/bin,;t t
|
s,@bindir@,$${exec_prefix}/bin,;t t
|
||||||
s,@sbindir@,$${exec_prefix}/sbin,;t t
|
s,@sbindir@,$${exec_prefix}/sbin,;t t
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue