diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-09-04 19:48:50 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-09-04 19:48:50 +0000 |
commit | 950d604ef9028961b7446a61a777cd1d05698e10 (patch) | |
tree | 2fb70c54ccf423fc6903a247b87c94487041e660 /llvm/projects/Stacker/lib/compiler | |
parent | fbd716d621fe3add1f66d0053c50f753fcef949f (diff) | |
download | bcm5719-llvm-950d604ef9028961b7446a61a777cd1d05698e10.tar.gz bcm5719-llvm-950d604ef9028961b7446a61a777cd1d05698e10.zip |
Make Stacker into a complete project with its own configuration.
llvm-svn: 16167
Diffstat (limited to 'llvm/projects/Stacker/lib/compiler')
-rw-r--r-- | llvm/projects/Stacker/lib/compiler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/projects/Stacker/lib/compiler/Makefile b/llvm/projects/Stacker/lib/compiler/Makefile index 4c89ca8468a..bc9dc45d66b 100644 --- a/llvm/projects/Stacker/lib/compiler/Makefile +++ b/llvm/projects/Stacker/lib/compiler/Makefile @@ -1,9 +1,9 @@ -##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===## +##===- projects/Stacker/lib/compiler/Makefile --------------*- Makefile -*-===## # # Indicate where we are relative to the top of the source tree. # -LEVEL=../../../.. +LEVEL=../.. # # Give the name of a library. This will build a dynamic version. |