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 d6ac61c commit b2281fcCopy full SHA for b2281fc
src/backend/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $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 $
8
9
#-------------------------------------------------------------------------
10
@@ -140,7 +140,7 @@ $(top_builddir)/src/include/utils/fmgroids.h: utils/fmgroids.h
140
141
142
utils/probes.o: utils/probes.d $(SUBSYSOBJS)
143
- $(DTRACE) $(DTRACEFLAGS) -G -s $^
+ $(DTRACE) $(DTRACEFLAGS) -G -s $^ -o $@
144
145
146
##########################################################################
0 commit comments