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 | 22c07519c05c07ef8a38edaceca163a578b89211 (patch) | |
tree | f4570ddaff9118b8ef3edeccfc654941257daf78 /wince | |
parent | 6f0192e4285cc40ce316f4c22b7d83bd99b9d8c5 (diff) |
* {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define
this macro to install.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
-rw-r--r-- | wince/Makefile.sub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 2cb4aba983..9e171f6730 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 |