diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-06 09:37:31 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-06 09:37:31 +0000 |
| commit | d880862d3ee37ff2c4545fcda2884308438b5d17 (patch) | |
| tree | 6c971c26e79bbc72153d641bf53fd850bb0d135b /common.mk | |
| parent | 5146dccc3b736cbcc7d3e7bc25b1fe9442027a0c (diff) | |
| download | ruby-d880862d3ee37ff2c4545fcda2884308438b5d17.tar.gz ruby-d880862d3ee37ff2c4545fcda2884308438b5d17.tar.xz ruby-d880862d3ee37ff2c4545fcda2884308438b5d17.zip | |
* configure.in, Makefile.in, win32/Makefile.sub (CHDIR): cd using
phisical directory.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
| -rw-r--r-- | common.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -129,7 +129,7 @@ main: exts exts: $(MKMAIN_CMD) -$(MKMAIN_CMD): $(MKFILES) incs $(PREP) $(RBCONFIG) $(LIBRUBY) +$(MKMAIN_CMD): $(MKFILES) incs $(PREP) $(RBCONFIG) $(LIBRUBY) @$(MINIRUBY) $(srcdir)/ext/extmk.rb --make="$(MAKE)" --command-output=$@ $(EXTMK_ARGS) prog: $(PROGRAM) $(WPROGRAM) @@ -464,7 +464,7 @@ dl_os2.$(OBJEXT): {$(VPATH)}dl_os2.c ia64.$(OBJEXT): {$(VPATH)}ia64.s $(CC) $(CFLAGS) -c $< -# when I use -I., there is confliction at "OpenFile" +# when I use -I., there is confliction at "OpenFile" # so, set . into environment varible "include" win32.$(OBJEXT): {$(VPATH)}win32.c $(RUBY_H_INCLUDES) @@ -690,7 +690,7 @@ $(srcdir)/revision.h: $(srcdir)/version.h $(srcdir)/ChangeLog $(srcdir)/tool/fil @$(IFCHANGE) "$@" "$@.tmp" $(srcdir)/ext/ripper/ripper.c: - cd $(srcdir)/ext/ripper && $(exec) $(MAKE) -f depend $(MFLAGS) top_srcdir=../.. srcdir=. + $(CHDIR) $(srcdir)/ext/ripper && $(exec) $(MAKE) -f depend $(MFLAGS) top_srcdir=../.. srcdir=. ## |
