summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-02-21 22:36:26 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-02-21 22:36:26 +0000
commit5992175b0fc368c69c33308e38785a0257a05b9c (patch)
treeddcbd5dcedfd0cc22a97b82c9080e6409f1bc05a /Makefile.config.in
parent2ec0dbf9616e91952c90ad1c7f7404d9d1ee053c (diff)
downloadllvm-5992175b0fc368c69c33308e38785a0257a05b9c.tar.gz
llvm-5992175b0fc368c69c33308e38785a0257a05b9c.tar.bz2
llvm-5992175b0fc368c69c33308e38785a0257a05b9c.tar.xz
Remove tests for flex/bison which are no longer needed by LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65249 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 96dab45611..6f91bee930 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -133,12 +133,10 @@ AR_PATH = @AR@
NM_PATH = @NM@
# The pathnames of the programs we require to build
-BISON := @BISON@
CMP := @CMP@
CP := @CP@
DATE := @DATE@
FIND := @FIND@
-FLEX := @LEX@
GREP := @GREP@
INSTALL := @INSTALL@
MKDIR := $(LLVM_SRC_ROOT)/autoconf/mkinstalldirs
@@ -147,7 +145,6 @@ RANLIB := @RANLIB@
RM := @RM@
SED := @SED@
TAR := @TAR@
-YACC := @YACC@
# Paths to miscellaneous programs we hope are present but might not be
PERL := @PERL@