File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ Thu Jan 30 14:45:49 2014 Shugo Maeda <shugo@ruby-lang.org>
2+
3+ * configure.in: use $@ instead of $(.TARGET) because .TARGET is not
4+ supported by GNU make.
5+
16Thu Jan 30 08:26:21 2014 Yusuke Endoh <mame@tsg.ne.jp>
27
38 * ext/fiddle/closure.c: use sizeof(*pcl) for correct sizeof value.
Original file line number Diff line number Diff line change @@ -2664,7 +2664,7 @@ if test "$with_dln_a_out" != yes; then
26642664 : ${LDSHARED='$(CC) -shared'}
26652665 if test "$rb_cv_binary_elf" = yes; then
26662666 LDFLAGS="$LDFLAGS -rdynamic"
2667- DLDFLAGS="$DLDFLAGS "'-Wl,-soname,$(.TARGET) '
2667+ DLDFLAGS="$DLDFLAGS "'-Wl,-soname,$@ '
26682668 else
26692669 test "$GCC" = yes && test "$rb_cv_prog_gnu_ld" = yes || LDSHARED='$(LD) -Bshareable'
26702670 fi
You can’t perform that action at this time.
0 commit comments