summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-09-03 01:08:47 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-09-03 19:20:03 +0900
commit6f5305e0d2b4711b186ece8160716c7f9439ea8d (patch)
tree510f1e46c385499bd2e8ba4b6e0bc38cb3f8d011 /template
parent21a5da3c4c803987c48bc9ca588948c50715631a (diff)
downloadruby-6f5305e0d2b4711b186ece8160716c7f9439ea8d.tar.gz
Exclude LIBPATHENV wrapper from PREP
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 f60986a53f..c5a926b538 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -297,6 +297,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