Commit 08fbad0a authored by Robert Haas's avatar Robert Haas

Revert "Have dtrace depend on object files directly, not objfiles.txt"

This reverts commit 73537828.  Per
report from Tom Lane, this breaks parallel builds.
parent 5fc4c26d
......@@ -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 $@
##########################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment