summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-24 16:32:21 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-24 16:32:21 +0000
commit5f285396a852a4f0f311893b5147251b781c4763 (patch)
tree9268e4ddf88b7551be4dcd62108a2732087f9cc1 /Makefile
parent367754ac3ce0c9d5e3843208bad623825f30da1a (diff)
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a61d7f3dde1..c412b261790 100644
--- a/Makefile
+++ b/Makefile
@@ -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