summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-20 00:51:00 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-20 00:51:00 +0000
commita7e13d65f4cb6e0f61cee67a85417aa572f3bd22 (patch)
tree3f314cd51c1d0a67c949ff47a8dfdd1bf4926795 /Makefile.in
parent29996bb313088f448cc323e16f4e2a91d2008914 (diff)
Remove probes.o before update
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 78d7139353..1a1fa90478 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -349,6 +349,7 @@ probes.@OBJEXT@: $(srcdir)/probes.d
done; \
fi; \
touch "$$stamp"
+ $(RM) $@
$(Q) $(DTRACE) -G -s $(srcdir)/probes.d -o $@ $(DTRACE_DEPENDENT_OBJS)
# DTrace static library hacks described here: