diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-02-21 22:36:26 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-02-21 22:36:26 +0000 |
commit | 5992175b0fc368c69c33308e38785a0257a05b9c (patch) | |
tree | ddcbd5dcedfd0cc22a97b82c9080e6409f1bc05a /Makefile.config.in | |
parent | 2ec0dbf9616e91952c90ad1c7f7404d9d1ee053c (diff) |
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.in | 3 |
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@ |