diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-24 16:32:21 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-24 16:32:21 +0000 |
commit | 5f285396a852a4f0f311893b5147251b781c4763 (patch) | |
tree | 9268e4ddf88b7551be4dcd62108a2732087f9cc1 /Makefile | |
parent | 367754ac3ce0c9d5e3843208bad623825f30da1a (diff) | |
download | external_llvm-5f285396a852a4f0f311893b5147251b781c4763.zip external_llvm-5f285396a852a4f0f311893b5147251b781c4763.tar.gz external_llvm-5f285396a852a4f0f311893b5147251b781c4763.tar.bz2 |
Include the "examples" directory as optional.
Update configure script to configure the examples/Makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16028 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ DIRS = lib/Support utils lib tools ifneq ($(MAKECMDGOALS),tools-only) DIRS += runtime -OPTIONAL_DIRS = projects +OPTIONAL_DIRS = examples projects endif include $(LEVEL)/Makefile.common |