Fixed dtrace build
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 26 Feb 2008 14:42:27 +0000 (14:42 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 26 Feb 2008 14:42:27 +0000 (14:42 +0000)
found by Magne Mæhre

src/backend/Makefile

index 4362dd51b8bae6bbfebb93e705813950a238f3a3..78511b83b39e2e3716ad6f0ac2990e2f8ccb4224 100644 (file)
@@ -137,7 +137,7 @@ $(top_builddir)/src/include/utils/fmgroids.h: utils/fmgroids.h
 
 
 utils/probes.o: utils/probes.d $(SUBDIROBJS)
-       $(DTRACE) $(DTRACEFLAGS) -G -s $^ -o $@
+       $(DTRACE) $(DTRACEFLAGS) -G -s $(call expand_subsys,$^) -o $@
 
 
 ##########################################################################