Skip to content

Commit b2281fc

Browse files
committed
Put probes.o file in right directory, fixes dtrace compilation
1 parent d6ac61c commit b2281fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
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 $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -140,7 +140,7 @@ $(top_builddir)/src/include/utils/fmgroids.h: utils/fmgroids.h
140140

141141

142142
utils/probes.o: utils/probes.d $(SUBSYSOBJS)
143-
$(DTRACE) $(DTRACEFLAGS) -G -s $^
143+
$(DTRACE) $(DTRACEFLAGS) -G -s $^ -o $@
144144

145145

146146
##########################################################################

0 commit comments

Comments
 (0)