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

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

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