From b6f4ff2cb07b16ad350d81c2afee026ed801146f Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 13 Dec 2006 08:09:48 +0000 Subject: [PATCH] Ressurrect the Stacker "st" configuration. Someday this will all go away, but until then Stacker needs its configuration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32536 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 335ac5904c2..76fb6e11a64 100644 --- a/tools/llvmc/Makefile +++ b/tools/llvmc/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TOOLNAME = llvmc LINK_COMPONENTS = support system -CONFIG_FILES = c cpp ll +CONFIG_FILES = c cpp ll st EXTRA_DIST = c cpp ll ConfigLexer.cpp.cvs ConfigLexer.l.cvs REQUIRES_EH := 1 -- 2.34.1