aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-16 11:50:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-16 11:50:55 +0000
commit33b611e66de7c68644f6e6ff3d3c32e2562148ee (patch)
treed943425b23701503f7796220b122ef7723fea0fd /Makefile.in
parent8715c13394aa10b916514b4bb17a44d870203e82 (diff)
downloadruby-33b611e66de7c68644f6e6ff3d3c32e2562148ee.tar.gz
common.mk: make bin directory
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 6319432da6..cabff9b9d2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -265,9 +265,6 @@ $(ruby_pc):
ruby-runner.h: template/ruby-runner.h.in
@./config.status --file=$@:$(srcdir)/template/$(@F).in
-bin/$(PROGRAM): ruby-runner.c ruby-runner.h
- $(Q) $(PURIFY) $(CC) $(CFLAGS) $(CPPFLAGS) -DRUBY_INSTALL_NAME=$(@F) $(LDFLAGS) $(LIBS) $(OUTFLAG)$@ $<
-
$(RBCONFIG): $(PREP)
rbconfig.rb: $(RBCONFIG)