diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-10 06:43:12 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-10 06:43:12 +0000 |
| commit | 083bbad271615755bed7bd06d472c8be0d7c1eab (patch) | |
| tree | efec83c4f068379e78e2c1c86ba887ad7abb5d0e | |
| parent | 6537b32a10c8fcb50df8d247514b84d250b6823f (diff) | |
| download | ruby-083bbad271615755bed7bd06d472c8be0d7c1eab.tar.gz ruby-083bbad271615755bed7bd06d472c8be0d7c1eab.tar.xz ruby-083bbad271615755bed7bd06d472c8be0d7c1eab.zip | |
* win32/Makefile.sub (config.status): rubyhdrdir was missing.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | win32/Makefile.sub | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Sun Jun 10 15:44:43 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * win32/Makefile.sub (config.status): rubyhdrdir was missing. + Sun Jun 10 15:26:36 2007 Tanaka Akira <akr@fsij.org> * Makefile.in: use --output-file for gperf to not leave lex.c.tmp. diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 282fbb22e..1cfa8435f 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -477,6 +477,8 @@ s,@EXPORT_PREFIX@, ,;t t s,@arch@,$(ARCH)-$(OS),;t t s,@sitearch@,$(ARCH)-$(RT),;t t s,@sitedir@,$${prefix}/lib/ruby/site_ruby,;t t +s,@rubyhdrdir@,$$(includedir)/ruby-$$(MAJOR).$$(MINOR),;t t +s,@sitehdrdir@,$$(rubyhdrdir)/site_ruby,;t t s,@configure_args@,--with-make-prog=nmake --enable-shared $(configure_args),;t t s,@configure_input@,$$configure_input,;t t s,@srcdir@,$(srcdir),;t t |
