]> granicus.if.org Git - postgresql/commitdiff
Put probes.o file in right directory, fixes dtrace compilation
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 16 Aug 2006 14:57:37 +0000 (14:57 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 16 Aug 2006 14:57:37 +0000 (14:57 +0000)
src/backend/Makefile

index 12de33e4044e0c6681a2a766b5f0c6be69a3aa78..cefcff0232de2603f39e0c1cf76beeaff9946fd8 100644 (file)
@@ -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 $@
 
 
 ##########################################################################