From 67b4b38ad02ca11caa8e868b6888140f0d732c17 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 20 Sep 2006 00:54:45 +0000 Subject: * {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 --- wince/Makefile.sub | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wince') 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 -- cgit