From 8c220defa84be8e9bf0fe58b81439f76f8c216ea Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Tue, 5 Jul 2005 16:36:18 +0000 Subject: [PATCH] oops llvm-svn: 22334 --- llvm/projects/sample/Makefile | 2 +- llvm/projects/sample/lib/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/projects/sample/Makefile b/llvm/projects/sample/Makefile index 348c39eb2944..f96f1aba2ed3 100644 --- a/llvm/projects/sample/Makefile +++ b/llvm/projects/sample/Makefile @@ -8,7 +8,7 @@ # Indicates our relative path to the top of the project's root directory. # LEVEL = . -DIRS = lib +DIRS = lib tools EXTRA_DIST = include # diff --git a/llvm/projects/sample/lib/Makefile b/llvm/projects/sample/lib/Makefile index 01ede2d7cf32..959038b7f9b4 100644 --- a/llvm/projects/sample/lib/Makefile +++ b/llvm/projects/sample/lib/Makefile @@ -8,6 +8,6 @@ LEVEL=.. # # List all of the subdirectories that we will compile. # -DIRS=lsqcor +DIRS=sample include $(LEVEL)/Makefile.common