diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-05-08 17:32:47 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-05-08 17:32:47 +0000 |
| commit | fda37f29877d8c2355ee606f5f78f29f70d85743 (patch) | |
| tree | 0cefdeb88f150acb9e8cff0add64fc51ab13e5d4 /Makefile | |
| parent | b8c7977ae500fac23f8aa856f0efa52786d95aaf (diff) | |
| download | external_llvm-fda37f29877d8c2355ee606f5f78f29f70d85743.zip external_llvm-fda37f29877d8c2355ee606f5f78f29f70d85743.tar.gz external_llvm-fda37f29877d8c2355ee606f5f78f29f70d85743.tar.bz2 | |
Change 'make install' to install tblgen, for better support of out-of-tree targets,
patch by Mikael Lepistö!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71226 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -71,10 +71,9 @@ ifeq ($(MAKECMDGOALS),unittests) OPTIONAL_DIRS := endif -# Don't install utils, examples, or projects they are only used to -# build LLVM. +# Use NO_INSTALL define of the Makefile of each directory for deciding +# if the directory is installed or not ifeq ($(MAKECMDGOALS),install) - DIRS := $(filter-out utils, $(DIRS)) OPTIONAL_DIRS := $(filter bindings, $(OPTIONAL_DIRS)) endif |
