|
5 | 5 | # Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group |
6 | 6 | # Portions Copyright (c) 1994, Regents of the University of California |
7 | 7 | # |
8 | | -# $PostgreSQL: pgsql/src/backend/Makefile,v 1.126 2008/02/25 17:55:42 petere Exp $ |
| 8 | +# $PostgreSQL: pgsql/src/backend/Makefile,v 1.127 2008/02/26 14:42:27 petere Exp $ |
9 | 9 | # |
10 | 10 | #------------------------------------------------------------------------- |
11 | 11 |
|
@@ -137,7 +137,7 @@ $(top_builddir)/src/include/utils/fmgroids.h: utils/fmgroids.h |
137 | 137 |
|
138 | 138 |
|
139 | 139 | utils/probes.o: utils/probes.d$(SUBDIROBJS) |
140 | | -$(DTRACE)$(DTRACEFLAGS) -G -s$^ -o$@ |
| 140 | +$(DTRACE)$(DTRACEFLAGS) -G -s$(call expand_subsys,$^) -o$@ |
141 | 141 |
|
142 | 142 |
|
143 | 143 | ########################################################################## |
|