diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-07-05 15:18:33 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-07-05 15:18:33 +0000 |
commit | c2640d0d9e02747d9901187ed006b43e22e41b0c (patch) | |
tree | e09f92875047ff63ffe3b79e387ffb952e00616a /projects/sample/lib | |
parent | 619fb527646479ebb031ce1fe0803324c89740d3 (diff) | |
download | external_llvm-c2640d0d9e02747d9901187ed006b43e22e41b0c.zip external_llvm-c2640d0d9e02747d9901187ed006b43e22e41b0c.tar.gz external_llvm-c2640d0d9e02747d9901187ed006b43e22e41b0c.tar.bz2 |
updates
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22333 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/sample/lib')
-rw-r--r-- | projects/sample/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/sample/lib/Makefile b/projects/sample/lib/Makefile index 959038b..01ede2d 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 |