summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-16 06:42:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-16 06:42:38 +0000
commit620a2b6c65ef497529bca89abae5ea7d16e0d191 (patch)
tree5c78e43e2182b1cadc0aa708cf324c070bbb9af4 /Makefile.in
parent6fd1ef7719b7296dfd3b672c6b44c2fc74b02322 (diff)
Makefile.in: probes.h
* Makefile.in, win32/Makefile.sub (probes.h): fix copying dmyprobes.h path when outplace-build. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7aa6d59f0a..e3a1ff5d03 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -328,7 +328,7 @@ probes.h: dmyprobes.h
sed -e 's/RUBY_/RUBY_DTRACE_/g' $@.tmp | sed -e 's/PROBES_H_TMP/PROBES_H/g' >$@; \
$(RM) $@.tmp; \
else \
- $(CP) dmyprobes.h probes.h; \
+ $(CP) $(srcdir)/dmyprobes.h probes.h; \
fi
clean-local::