* win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
82a73f0aa0
commit
7c45c61581
@ -1,3 +1,7 @@
|
|||||||
|
Mon Dec 24 12:35:03 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l.
|
||||||
|
|
||||||
Mon Dec 24 12:08:10 2007 Eric Hodel <drbrain@segment7.net>
|
Mon Dec 24 12:08:10 2007 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
* /, ext/: Add svn:ignore for OS X Xcode 3's conftest.dSYM
|
* /, ext/: Add svn:ignore for OS X Xcode 3's conftest.dSYM
|
||||||
|
@ -5,7 +5,7 @@ MKFILES = Makefile
|
|||||||
NULL = nul
|
NULL = nul
|
||||||
|
|
||||||
!ifndef MFLAGS
|
!ifndef MFLAGS
|
||||||
MFLAGS=-
|
MFLAGS=-l
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
#### Start of system configuration section. ####
|
#### Start of system configuration section. ####
|
||||||
|
@ -5,7 +5,7 @@ MKFILES = Makefile
|
|||||||
NULL = nul
|
NULL = nul
|
||||||
|
|
||||||
!ifndef MFLAGS
|
!ifndef MFLAGS
|
||||||
MFLAGS=-
|
MFLAGS=-l
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
#### Start of system configuration section. ####
|
#### Start of system configuration section. ####
|
||||||
|
Loading…
x
Reference in New Issue
Block a user