aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/interception/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libsanitizer/interception/Makefile.am')
-rw-r--r--libsanitizer/interception/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/libsanitizer/interception/Makefile.am b/libsanitizer/interception/Makefile.am
index 029417f46e5..a815dcf67bd 100644
--- a/libsanitizer/interception/Makefile.am
+++ b/libsanitizer/interception/Makefile.am
@@ -14,11 +14,7 @@ interception_files = \
interception_mac.cc \
interception_win.cc
-if USING_MACH_OVERRIDE
-libinterception_la_SOURCES = $(interception_files) mach_override/mach_override.c
-else
libinterception_la_SOURCES = $(interception_files)
-endif
# Work around what appears to be a GNU make bug handling MAKEFLAGS
# values defined in terms of make variables, as is the case for CC and