aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile
index 12de33e4044..cefcff0232d 100644
--- a/src/backend/Makefile
+++ b/src/backend/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/backend/Makefile,v 1.117 2006/07/24 16:32:44 petere Exp $
+# $PostgreSQL: pgsql/src/backend/Makefile,v 1.118 2006/08/16 14:57:37 petere Exp $
#
#-------------------------------------------------------------------------
@@ -140,7 +140,7 @@ $(top_builddir)/src/include/utils/fmgroids.h: utils/fmgroids.h
utils/probes.o: utils/probes.d $(SUBSYSOBJS)
- $(DTRACE) $(DTRACEFLAGS) -G -s $^
+ $(DTRACE) $(DTRACEFLAGS) -G -s $^ -o $@
##########################################################################