mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Makefile.in: make wrappers for each name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
012ed57719
commit
84181a6c88
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ 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=$(RUBY_INSTALL_NAME) $(LDFLAGS) $(LIBS) $(OUTFLAG)$@ $<
|
||||
$(Q) $(PURIFY) $(CC) $(CFLAGS) $(CPPFLAGS) -DRUBY_INSTALL_NAME=$(@F) $(LDFLAGS) $(LIBS) $(OUTFLAG)$@ $<
|
||||
|
||||
$(RBCONFIG): $(PREP)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue