summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
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::