diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-09-16 11:50:55 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-09-16 11:50:55 +0000 |
commit | 65055fe244e0f6b05148cc8e48743aa43e637b87 (patch) | |
tree | d943425b23701503f7796220b122ef7723fea0fd /Makefile.in | |
parent | 274c6180b7ff3ed146dddaf841211a633648c322 (diff) | |
download | ruby-65055fe244e0f6b05148cc8e48743aa43e637b87.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.in | 3 |
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) |