From a7e13d65f4cb6e0f61cee67a85417aa572f3bd22 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 20 Nov 2012 00:51:00 +0000 Subject: Remove probes.o before update git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') 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: -- cgit v1.2.3