diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-13 08:09:48 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-13 08:09:48 +0000 |
commit | b6f4ff2cb07b16ad350d81c2afee026ed801146f (patch) | |
tree | 7459c54e03086c831520f2316a0c065f922c6028 | |
parent | 3ba68b9eef2851dae8a9d1b18928c6fa2e3c5f87 (diff) |
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
-rw-r--r-- | tools/llvmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 335ac5904c..76fb6e11a6 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 |