5
5
# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
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 $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -20,11 +20,9 @@ SUBDIRS = access bootstrap catalog parser commands executor foreign lib libpq \
20
20
21
21
include $(srcdir ) /common.mk
22
22
23
- ifeq ($(PORTNAME ) , solaris)
24
23
ifeq ($(enable_dtrace ) , yes)
25
24
LOCALOBJS += utils/probes.o
26
25
endif
27
- endif
28
26
29
27
OBJS =$(SUBDIROBJS ) $(LOCALOBJS ) $(top_builddir ) /src/port/libpgport_srv.a
30
28
@@ -145,10 +143,8 @@ $(top_builddir)/src/include/utils/probes.h: utils/probes.h
145
143
$(LN_S ) ../../../$(subdir ) /utils/probes.h.
146
144
147
145
148
- ifeq ($(PORTNAME ) , solaris)
149
146
utils/probes.o : utils/probes.d$(SUBDIROBJS )
150
147
$(DTRACE ) $(DTRACEFLAGS ) -C -G -s$(call expand_subsys,$^ ) -o$@
151
- endif
152
148
153
149
154
150
# #########################################################################