aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/interception/Makefile.am
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2012-12-12 14:36:27 +0000
committerH.J. Lu <hongjiu.lu@intel.com>2012-12-12 14:36:27 +0000
commit035b9c0d16ef98f60aeda37bde8acdd938730972 (patch)
treeff0eaf18dce228b2203962bae89a0fa70f394781 /libsanitizer/interception/Makefile.am
parent362274f06128e121d688d2abbe61d7fd6caa05bd (diff)
Restore MAKEOVERRIDES in libsanitizer
* Makefile.am (MAKEOVERRIDES): Restored. * asan/Makefile.am: Likewise. * interception/Makefile.am: Likewise. * sanitizer_common/Makefile.am: Likewise. * tsan/Makefile.am: Likewise. * Makefile.in: Regenerated. * asan/Makefile.in: Likewise. * interception/Makefile.in: Likewise. * sanitizer_common/Makefile.in: Likewise. * tsan/Makefile.in: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@194450 138bc75d-0d04-0410-961f-82ee72b054a4
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=
+
## ################################################################