|
4 | 4 | #
|
5 | 5 | # Copyright (c) 1994, Regents of the University of California
|
6 | 6 | #
|
7 |
| -# $PostgreSQL: pgsql/src/backend/Makefile,v 1.117 2006/07/24 16:32:44 petere Exp $ |
| 7 | +# $PostgreSQL: pgsql/src/backend/Makefile,v 1.118 2006/08/16 14:57:37 petere Exp $ |
8 | 8 | #
|
9 | 9 | #-------------------------------------------------------------------------
|
10 | 10 |
|
@@ -140,7 +140,7 @@ $(top_builddir)/src/include/utils/fmgroids.h: utils/fmgroids.h
|
140 | 140 |
|
141 | 141 |
|
142 | 142 | utils/probes.o: utils/probes.d$(SUBSYSOBJS)
|
143 |
| -$(DTRACE)$(DTRACEFLAGS) -G -s$^ |
| 143 | +$(DTRACE)$(DTRACEFLAGS) -G -s$^ -o$@ |
144 | 144 |
|
145 | 145 |
|
146 | 146 | ##########################################################################
|
|