OSDN Git Service

oops
authorAndrew Lenharth <andrewl@lenharth.org>
Tue, 5 Jul 2005 16:36:18 +0000 (16:36 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Tue, 5 Jul 2005 16:36:18 +0000 (16:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22334 91177308-0d34-0410-b5e6-96231b3b80d8

projects/sample/Makefile
projects/sample/lib/Makefile

index 348c39e..f96f1ab 100644 (file)
@@ -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
 
 #
index 01ede2d..959038b 100644 (file)
@@ -8,6 +8,6 @@ LEVEL=..
 #
 # List all of the subdirectories that we will compile.
 #
-DIRS=lsqcor
+DIRS=sample
 
 include $(LEVEL)/Makefile.common