Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc4c26 commit 08fbad0Copy full SHA for 08fbad0
src/backend/Makefile
@@ -188,8 +188,8 @@ $(top_builddir)/src/include/utils/probes.h: utils/probes.h
188
$(LN_S) "../../../$(subdir)/utils/probes.h" .
189
190
191
-utils/probes.o: utils/probes.d $(call expand_subsys,$(SUBDIROBJS))
192
- $(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 $@
193
194
195
##########################################################################
0 commit comments