From 84181a6c88bd9c7d266e2961d808ce12a37e05a4 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 15 Sep 2017 19:25:45 +0000 Subject: [PATCH] Makefile.in: make wrappers for each name git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 2ee5c23736..6319432da6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)