summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-01-24 06:40:31 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-01-24 06:40:31 +0000
commitbc9f02a60daecbc9584a39598675b2f0e76efe1b (patch)
tree6b7586c188bb9abb098a7efbe425debe686ae672 /makeopts.in
parent3d51b9025fd98c566ae31092900db4311445839e (diff)
Merged revisions 242520 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r242520 | tilghman | 2010-01-24 00:33:01 -0600 (Sun, 24 Jan 2010) | 8 lines Only rebuild bison and flex source files on demand, if bison and flex are detected by the configure script. Changed after discussion on the -dev list about possible unnecessary build failures, due to checkouts/untars causing these special source files to possibly be newer than their resulting C files. This should additionally ensure that nobody need learn about extra Makefile arguments to ensure the proper files get rebuilt when changes are made to these special source files. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@242521 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index d6bc6bee6..0808fca74 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -8,6 +8,8 @@ CXX=@CXX@
INSTALL=@INSTALL@
AWK=@AWK@
+BISON=@BISON@
+FLEX=@FLEX@
GREP=@GREP@
AR=@AR@
RANLIB=@RANLIB@