From 6e4b187bfe582614a491008a68292e8e67a6cfb0 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 7 Jan 2013 06:23:15 +0000 Subject: * Makefile.in, common.mk (fake, yes-fake, no-make): these dependecies are not platform dependent. * win32/Makefile.sub ($(arch)-fake.rb): workaround. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index f5ffea88bc..e68976257b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -223,9 +223,6 @@ $(LIBRUBY_SO): @-$(MINIRUBY) -e 'ARGV.each{|link| File.delete link if File.exist? link; \ File.symlink "$(LIBRUBY_SO)", link}' \ $(LIBRUBY_ALIASES) || true -fake: $(CROSS_COMPILING)-fake -yes-fake: $(arch)-fake.rb $(RBCONFIG) PHONY -no-fake: PHONY $(arch)-fake.rb: config.status $(srcdir)/template/fake.rb.in @./config.status --file=$@:$(srcdir)/template/fake.rb.in @chmod +x $@ -- cgit v1.2.3