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 | 820dab7a62f6a9c326e64bbe9725c5683fcdb367 (patch) | |
tree | cbb5e78a8aa1585c7e7907b8b6553f3cfac95786 /projects/Stacker/lib | |
parent | c37a506d44cf3998fded129c31e41b92493c67fd (diff) |
Make Stacker into a complete project with its own configuration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/Stacker/lib')
-rw-r--r-- | projects/Stacker/lib/Makefile | 2 | ||||
-rw-r--r-- | projects/Stacker/lib/compiler/Makefile | 4 | ||||
-rw-r--r-- | projects/Stacker/lib/runtime/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/projects/Stacker/lib/Makefile b/projects/Stacker/lib/Makefile index 6973e5be66..657f824201 100644 --- a/projects/Stacker/lib/Makefile +++ b/projects/Stacker/lib/Makefile @@ -7,7 +7,7 @@ # # Indicates our relative path to the top of the project's root directory. # -LEVEL = ../../.. +LEVEL = .. # # Directories that needs to be built. diff --git a/projects/Stacker/lib/compiler/Makefile b/projects/Stacker/lib/compiler/Makefile index 4c89ca8468..bc9dc45d66 100644 --- a/projects/Stacker/lib/compiler/Makefile +++ b/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. diff --git a/projects/Stacker/lib/runtime/Makefile b/projects/Stacker/lib/runtime/Makefile index 5f149ad432..37b0849f9f 100644 --- a/projects/Stacker/lib/runtime/Makefile +++ b/projects/Stacker/lib/runtime/Makefile @@ -1,9 +1,9 @@ -##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===## +##===- projects/Stacker/lib/runtime/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. |