ruby-changes:47811
From: nobu <ko1@a...>
Date: Sat, 16 Sep 2017 04:25:55 +0900 (JST)
Subject: [ruby-changes:47811] nobu:r59929 (trunk): Makefile.in: make wrappers for each name
nobu 2017-09-16 04:25:45 +0900 (Sat, 16 Sep 2017) New Revision: 59929 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59929 Log: Makefile.in: make wrappers for each name Modified files: trunk/Makefile.in Index: Makefile.in =================================================================== --- Makefile.in (revision 59928) +++ Makefile.in (revision 59929) @@ -266,7 +266,7 @@ ruby-runner.h: template/ruby-runner.h.in https://github.com/ruby/ruby/blob/trunk/Makefile.in#L266 @./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) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/