$(LN_S) "../../../$(subdir)/utils/probes.h" .
-utils/probes.o: utils/probes.d $(call expand_subsys,$(SUBDIROBJS))
- $(DTRACE) $(DTRACEFLAGS) -C -G -s $< $(call expand_subsys,$(SUBDIROBJS)) -o $@
+utils/probes.o: utils/probes.d $(SUBDIROBJS)
+ $(DTRACE) $(DTRACEFLAGS) -C -G -s $(call expand_subsys,$^) -o $@
##########################################################################