mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
BISONPATH is now unused. remove it.
This commit is contained in:
@ -16,7 +16,7 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
#
|
#
|
||||||
# Last Mod Tue Oct 22 22:00:18 PDT 1991, by rich@cygnus.com
|
# Last Mod Tue Oct 22 22:34:49 PDT 1991, by rich@cygnus.com
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
@ -28,7 +28,6 @@ SHELL=/bin/sh
|
|||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
AR = ar
|
AR = ar
|
||||||
AR_FLAGS = cq
|
AR_FLAGS = cq
|
||||||
BISONPATH =
|
|
||||||
|
|
||||||
BISON = `if [ -d $(unsubdir)/../bison ] ; \
|
BISON = `if [ -d $(unsubdir)/../bison ] ; \
|
||||||
then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L \`pwd\`/$(unsubdir)/../bison/ ; \
|
then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L \`pwd\`/$(unsubdir)/../bison/ ; \
|
||||||
|
Reference in New Issue
Block a user