From 950d604ef9028961b7446a61a777cd1d05698e10 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 4 Sep 2004 19:48:50 +0000 Subject: Make Stacker into a complete project with its own configuration. llvm-svn: 16167 --- llvm/projects/Stacker/lib/compiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/projects/Stacker/lib/compiler') 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. -- cgit v1.2.3