summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
-rw-r--r--utils/PerfectShuffle/Makefile1
-rw-r--r--utils/TableGen/Makefile1
-rw-r--r--utils/fpcmp/Makefile1
4 files changed, 4 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 667ccbbb78..08d073b1f3 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ..
-DIRS = TableGen fpcmp PerfectShuffle
+PARALLEL_DIRS := TableGen fpcmp PerfectShuffle
EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
diff --git a/utils/PerfectShuffle/Makefile b/utils/PerfectShuffle/Makefile
index d8d3dd6c67..2f29573137 100644
--- a/utils/PerfectShuffle/Makefile
+++ b/utils/PerfectShuffle/Makefile
@@ -9,5 +9,6 @@
LEVEL = ../..
TOOLNAME = llvm-PerfectShuffle
+NO_INSTALL = 1
include $(LEVEL)/Makefile.common
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile
index 64e24e07b5..5b93bf2e54 100644
--- a/utils/TableGen/Makefile
+++ b/utils/TableGen/Makefile
@@ -9,6 +9,7 @@
LEVEL = ../..
TOOLNAME = tblgen
+NO_INSTALL = 1;
USEDLIBS = LLVMSupport.a LLVMSystem.a
EXTRA_DIST = FileLexer.cpp.cvs FileLexer.l.cvs \
FileParser.cpp.cvs FileParser.h.cvs FileParser.y.cvs
diff --git a/utils/fpcmp/Makefile b/utils/fpcmp/Makefile
index 6e12739ac8..234af089cf 100644
--- a/utils/fpcmp/Makefile
+++ b/utils/fpcmp/Makefile
@@ -10,6 +10,7 @@
LEVEL = ../..
TOOLNAME = fpcmp
USEDLIBS = LLVMSupport.a LLVMSystem.a
+NO_INSTALL = 1
include $(LEVEL)/Makefile.common