aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2008-02-26 14:42:27 +0000
committerPeter Eisentraut <peter_e@gmx.net>2008-02-26 14:42:27 +0000
commitbd929b49095c33ce08a543f7497f9501fa82eeb9 (patch)
tree52d56a13df76b5bbe083d8e7bb556017d62301f9
parent9623b727da1b4d6514e471469a11098f6540767c (diff)
downloadpostgresql-bd929b49095c33ce08a543f7497f9501fa82eeb9.tar.gz
postgresql-bd929b49095c33ce08a543f7497f9501fa82eeb9.zip
Fixed dtrace build
found by Magne Mæhre
-rw-r--r--src/backend/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile
index 0b5fc0cbb4d..bb4064238bd 100644
--- a/src/backend/Makefile
+++ b/src/backend/Makefile
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/backend/Makefile,v 1.126 2008/02/25 17:55:42 petere Exp $
+# $PostgreSQL: pgsql/src/backend/Makefile,v 1.127 2008/02/26 14:42:27 petere Exp $
#
#-------------------------------------------------------------------------
@@ -137,7 +137,7 @@ $(top_builddir)/src/include/utils/fmgroids.h: utils/fmgroids.h
utils/probes.o: utils/probes.d $(SUBDIROBJS)
- $(DTRACE) $(DTRACEFLAGS) -G -s $^ -o $@
+ $(DTRACE) $(DTRACEFLAGS) -G -s $(call expand_subsys,$^) -o $@
##########################################################################