diff --git a/Makefile.in b/Makefile.in index a2645d0e79..d5b1279022 100644 --- a/Makefile.in +++ b/Makefile.in @@ -393,7 +393,7 @@ probes.stamp: $(DTRACE_REBUILD_OBJS) fi $(Q) touch $@ -probes.@OBJEXT@: $(srcdir)/probes.d probes.stamp +probes.@OBJEXT@: $(srcdir)/probes.d $(DTRACE_REBUILD:yes=probes.stamp) @$(ECHO) processing probes in object files $(Q) $(RM) $@ $(Q) $(DTRACE) -G -C $(INCFLAGS) -s $(srcdir)/probes.d -o $@ $(DTRACE_REBUILD_OBJS)