Commit b2281fcd authored by Peter Eisentraut's avatar Peter Eisentraut

Put probes.o file in right directory, fixes dtrace compilation

parent d6ac61cd
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# Copyright (c) 1994, Regents of the University of California # 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 ...@@ -140,7 +140,7 @@ $(top_builddir)/src/include/utils/fmgroids.h: utils/fmgroids.h
utils/probes.o: utils/probes.d $(SUBSYSOBJS) utils/probes.o: utils/probes.d $(SUBSYSOBJS)
$(DTRACE) $(DTRACEFLAGS) -G -s $^ $(DTRACE) $(DTRACEFLAGS) -G -s $^ -o $@
########################################################################## ##########################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment