summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-10-21 15:19:05 +0900
committernagachika <nagachika@ruby-lang.org>2022-10-21 15:19:05 +0900
commitbef621fcabd50fe46e76ed9904eb5d1cf6654ec1 (patch)
treeda105035236c76fcc96bddcd0d9b1a2a65dec85e /template
parent000cb2241425a6f073066bd6acc56190b361f9e8 (diff)
merge revision(s) 6f5305e0d2b4711b186ece8160716c7f9439ea8d:
Exclude LIBPATHENV wrapper from PREP --- common.mk | 4 ++-- configure.ac | 2 +- template/Makefile.in | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-)
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 2110d53ec1..2e86465832 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -288,6 +288,8 @@ $(PROGRAM):
$(Q) $(PURIFY) $(CC) $(EXE_LDFLAGS) $(XLDFLAGS) $(MAINOBJ) $(EXTOBJS) $(LIBRUBYARG) $(MAINLIBS) $(LIBS) $(EXTLIBS) $(OUTFLAG)$@
$(Q) $(POSTLINK)
+$(PROGRAM): @XRUBY_LIBPATHENV_WRAPPER@
+
PRE_LIBRUBY_UPDATE = [ -n "$(LIBRUBY_SO_UPDATE)" ] || $(gnumake:yes=exec) $(RM) $(LIBRUBY_EXTS)
# We must `rm' the library each time this rule is invoked because "updating" a