aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-bug1041381
blob: a6113b85f0771e0518e79594fb298b43507bf00d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git config/rules.mk config/rules.mk
index 1dee8c3..4d67eda 100644
--- mozilla/config/rules.mk
+++ mozilla/config/rules.mk
@@ -822,6 +822,7 @@ endif
 ifdef DTRACE_PROBE_OBJ
 EXTRA_DEPS += $(DTRACE_PROBE_OBJ)
 OBJS += $(DTRACE_PROBE_OBJ)
+EXCLUDED_OBJS += $(DTRACE_PROBE_OBJ)
 endif
 
 $(filter %.$(LIB_SUFFIX),$(LIBRARY)): $(OBJS) $(EXTRA_DEPS) $(GLOBAL_DEPS)