diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-20 00:54:45 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-20 00:54:45 +0000 |
| commit | 67b4b38ad02ca11caa8e868b6888140f0d732c17 (patch) | |
| tree | f4570ddaff9118b8ef3edeccfc654941257daf78 | |
| parent | ba71b23cbcfb2a667e770b1937307b1d1b106d06 (diff) | |
| download | ruby-67b4b38ad02ca11caa8e868b6888140f0d732c17.tar.gz ruby-67b4b38ad02ca11caa8e868b6888140f0d732c17.tar.xz ruby-67b4b38ad02ca11caa8e868b6888140f0d732c17.zip | |
* {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define
this macro to install.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | bcc32/Makefile.sub | 2 | ||||
| -rw-r--r-- | win32/Makefile.sub | 2 | ||||
| -rw-r--r-- | wince/Makefile.sub | 2 |
4 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Sep 20 09:53:38 2006 NAKAMURA Usaku <usa@ruby-lang.org> + + * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define + this macro to install. + Wed Sep 20 09:43:10 2006 Shugo Maeda <shugo@ruby-lang.org> * lib/net/imap.rb: allow extra spaces in responses. diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 0c011d75c..bb728db03 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -169,6 +169,8 @@ PREP = miniruby$(EXEEXT) OBJEXT = obj +INSTALLED_LIST= .installed.list + WINMAINOBJ = winmain.$(OBJEXT) MINIOBJS = dmydln.$(OBJEXT) diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 9a0004cd0..48f46f25d 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -183,6 +183,8 @@ EXTSTATIC = OBJEXT = obj +INSTALLED_LIST= .installed.list + WINMAINOBJ = winmain.$(OBJEXT) MINIOBJS = dmydln.$(OBJEXT) diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 2cb4aba98..9e171f673 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -172,6 +172,8 @@ EXTSTATIC = OBJEXT = obj +INSTALLED_LIST= .installed.list + WINMAINOBJ = wincemain.$(OBJEXT) all: $(srcdir)/wince/Makefile.sub $(srcdir)/common.mk |
