1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* Makefile.in (fake): prefixed with $(arch)-.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-05-17 14:29:34 +00:00
parent 75ebffdbb7
commit 746afd1d10
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sun May 17 23:29:33 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* Makefile.in (fake): prefixed with $(arch)-.
Sun May 17 23:27:24 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* Makefile.in (distclean-ext): removes extension directories.

View file

@ -128,7 +128,9 @@ $(LIBRUBY_SO):
File.symlink "$(LIBRUBY_SO)", link}' \
$(LIBRUBY_ALIASES) || true
fake.rb: config.status
fake: $(arch)-fake.rb
$(arch)-fake.rb: config.status
@./config.status --file=$@:$(srcdir)/template/fake.rb.in
Makefile: $(srcdir)/Makefile.in