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.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsanitizer/interception/Makefile.am b/libsanitizer/interception/Makefile.am
index a35ea307d11..aab68f07c0f 100644
--- a/libsanitizer/interception/Makefile.am
+++ b/libsanitizer/interception/Makefile.am
@@ -17,5 +17,7 @@ interception_files = \
libinterception_la_SOURCES = $(interception_files)
+MAKEOVERRIDES=
+
## ################################################################