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