55# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
66# Portions Copyright (c) 1994, Regents of the University of California
77#
8- # $PostgreSQL: pgsql/src/backend/Makefile,v 1.134 2009/08/28 20:26:18 petere Exp $
8+ # $PostgreSQL: pgsql/src/backend/Makefile,v 1.135 2009/09/04 23:11:05 tgl Exp $
99#
1010# -------------------------------------------------------------------------
1111
@@ -20,11 +20,9 @@ SUBDIRS = access bootstrap catalog parser commands executor foreign lib libpq \
2020
2121include $(srcdir ) /common.mk
2222
23- ifeq ($(PORTNAME ) , solaris)
2423ifeq ($(enable_dtrace ) , yes)
2524LOCALOBJS += utils/probes.o
2625endif
27- endif
2826
2927OBJS =$(SUBDIROBJS ) $(LOCALOBJS ) $(top_builddir ) /src/port/libpgport_srv.a
3028
@@ -145,10 +143,8 @@ $(top_builddir)/src/include/utils/probes.h: utils/probes.h
145143$(LN_S ) ../../../$(subdir ) /utils/probes.h.
146144
147145
148- ifeq ($(PORTNAME ) , solaris)
149146utils/probes.o : utils/probes.d$(SUBDIROBJS )
150147$(DTRACE ) $(DTRACEFLAGS ) -C -G -s$(call expand_subsys,$^ ) -o$@
151- endif
152148
153149
154150# #########################################################################