summaryrefslogtreecommitdiff
path: root/template/Makefile.in
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-03-31 17:36:52 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-03-31 17:36:52 +0900
commit03ca90c732d4e2369d907d3b1b8d641ff4345f5a (patch)
treed4d106565f6ba391c1843f246ff912150be99a39 /template/Makefile.in
parentdad110d068960a22f3cadfeaf4d235e2585a143b (diff)
Share download cache with bundler
Diffstat (limited to 'template/Makefile.in')
-rw-r--r--template/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index c52783496b..a3b067b824 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -206,6 +206,7 @@ RM = rm -f
RMDIR = @RMDIR@
RMDIRS = @RMDIRS@
RMALL = @RMALL@
+LN_S = @LN_S@
NM = @NM@
AR = @AR@
ARFLAGS = @ARFLAGS@$(empty)