aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile
index 29cc01f8868..fb60420b6f1 100644
--- a/src/backend/Makefile
+++ b/src/backend/Makefile
@@ -188,8 +188,8 @@ $(top_builddir)/src/include/utils/probes.h: utils/probes.h
$(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 $@
##########################################################################