From a1a693e138392467ca74fb4ba5b071dd7675960e Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 14 Apr 1998 04:55:53 +0000 Subject: signal delivered to main_thread git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index a84da25f3f..d6b80e9f31 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,7 +66,7 @@ OBJS = array.o \ $(MISSING) all: miniruby$(binsuffix) rbconfig.rb - @cd ext; ../miniruby$(binsuffix) ./extmk.rb @EXTSTATIC@ + @./miniruby$(binsuffix) -Xext extmk.rb @EXTSTATIC@ miniruby$(binsuffix): $(OBJS) $(MAINOBJ) dmyext.o @rm -f $@ @@ -86,8 +86,7 @@ install: rbconfig.rb clean:; @rm -f $(OBJS) $(LIBRUBY) $(MAINOBJ) rbconfig.rb @rm -f ext/extinit.c ext/extinit.o dmyext.o @if test -f ./miniruby$(binsuffix); then \ - cd ext; \ - ../miniruby$(binsuffix) ./extmk.rb clean; \ + ./miniruby$(binsuffix) -Xext extmk.rb clean; \ fi realclean: clean -- cgit v1.2.3