diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-17 14:29:34 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-17 14:29:34 +0000 |
| commit | 746afd1d10917bb4091c94d85053d7beb1fe12a6 (patch) | |
| tree | 0197ecd52248da98b10d44fe5ea8e83526de4da9 | |
| parent | 75ebffdbb721713955728b4b485e6f46200e9d92 (diff) | |
* 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
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Makefile.in | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -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. diff --git a/Makefile.in b/Makefile.in index 0840daff39..9f4491537e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 |
