summaryrefslogtreecommitdiffstats
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-20 16:12:15 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-20 16:12:15 +0000
commitd69ca1aaceaab98eb1c9071f13bf6074dbc1722a (patch)
tree58fa610907a890fc06bb76e253a8dd1e028f47a0 /win32/Makefile.sub
parente3041e404555ec613d2974018c92b1e468384765 (diff)
downloadruby-d69ca1aaceaab98eb1c9071f13bf6074dbc1722a.tar.gz
ruby-d69ca1aaceaab98eb1c9071f13bf6074dbc1722a.tar.xz
ruby-d69ca1aaceaab98eb1c9071f13bf6074dbc1722a.zip
* win32/Makefile.sub (config.status): fix install path (prefix).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index bfe9d371c..67809c48a 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -179,7 +179,7 @@ s,@FFLAGS@,$(FFLAGS),;t t
s,@LDFLAGS@,$(LDFLAGS),;t t
s,@LIBS@,user32.lib advapi32.lib wsock32.lib,;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,@bindir@,$${exec_prefix}/bin,;t t
s,@sbindir@,$${exec_prefix}/sbin,;t t