diff options
Diffstat (limited to 'llvm/projects/sample')
-rw-r--r-- | llvm/projects/sample/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/projects/sample/Makefile b/llvm/projects/sample/Makefile index 1fe32c795e9..7b25c355350 100644 --- a/llvm/projects/sample/Makefile +++ b/llvm/projects/sample/Makefile @@ -10,7 +10,7 @@ LEVEL = . # # Directories that needs to be built. # -DIRS = lib tools +#DIRS = lib tools # # Include the Master Makefile that knows how to build all. |