diff options
author | K. Richard Pixley <rich@cygnus> | 1991-10-23 05:35:13 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-10-23 05:35:13 +0000 |
commit | b391b96dfb1b2ffccec91d99168ef6eff44b84e0 (patch) | |
tree | 4cca1df10046e3c9e529de8e129028fafd4f2083 /Makefile.in | |
parent | e99a90a7f2cecba12325b54a731adf9900f2e884 (diff) | |
download | gdb-b391b96dfb1b2ffccec91d99168ef6eff44b84e0.zip gdb-b391b96dfb1b2ffccec91d99168ef6eff44b84e0.tar.gz gdb-b391b96dfb1b2ffccec91d99168ef6eff44b84e0.tar.bz2 |
BISONPATH is now unused. remove it.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index d403e10..168f428 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # 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$ @@ -28,7 +28,6 @@ SHELL=/bin/sh RANLIB = ranlib AR = ar AR_FLAGS = cq -BISONPATH = BISON = `if [ -d $(unsubdir)/../bison ] ; \ then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L \`pwd\`/$(unsubdir)/../bison/ ; \ |