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
This commit is contained in:
Reid Spencer
2004-08-24 16:32:21 +00:00
parent 367754ac3c
commit 5f285396a8
2 changed files with 35 additions and 29 deletions

View File

@@ -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