diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-22 04:03:16 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-22 04:03:16 +0000 |
| commit | e751c451200c809c35bb952cfe14252efbb530ad (patch) | |
| tree | 0e5173c477fb362813b55db752526036243060a1 /Makefile.in | |
| parent | 663e2c8e12c89fbe99cf68e41bb266d5bc5054a8 (diff) | |
| download | ruby-e751c451200c809c35bb952cfe14252efbb530ad.tar.gz ruby-e751c451200c809c35bb952cfe14252efbb530ad.tar.xz ruby-e751c451200c809c35bb952cfe14252efbb530ad.zip | |
* Makefile.in (configure): unset PWD to use symlink to building
directory.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6f9c8847e..32ff9fdff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -173,7 +173,7 @@ config.status: $(srcdir)/configure $(srcdir)/enc/Makefile.in MINIRUBY="$(MINIRUBY)" $(SHELL) ./config.status --recheck $(srcdir)/configure: $(srcdir)/configure.in - cd $(srcdir) && $(AUTOCONF) + unset PWD; cd $(srcdir) && exec $(AUTOCONF) incs: id.h id.h: parse.h $(srcdir)/tool/generic_erb.rb $(srcdir)/template/id.h.tmpl |
