summaryrefslogtreecommitdiff
path: root/utils/not
diff options
context:
space:
mode:
Diffstat (limited to 'utils/not')
-rw-r--r--utils/not/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/not/Makefile b/utils/not/Makefile
index f37f166c6c..26b7450d48 100644
--- a/utils/not/Makefile
+++ b/utils/not/Makefile
@@ -14,8 +14,8 @@ USEDLIBS = LLVMSupport.a
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
-# Don't install this utility
-NO_INSTALL = 1
+# FIXME: Don't install this utility
+#NO_INSTALL = 1
include $(LEVEL)/Makefile.common