Remove remaining references to nasm-bison.c/h.

Noticed by: Sean Darcy <seandarcy2@gmail.com>
Patch by: Charles Bailey <charles@hashpling.org>

Fix automake 1.10 error.
Noticed/fix by: Sean Darcy <seandarcy2@gmail.com>

svn path=/trunk/yasm/; revision=1719
This commit is contained in:
Peter Johnson 2006-12-24 21:18:01 +00:00
parent 36a4a6c3a3
commit 42af0d898f
4 changed files with 1 additions and 9 deletions

View file

@ -110,7 +110,7 @@ if HAVE_PYTHON
endif
all-local: python-build
install-hook: python-install
install-exec-hook: python-install
uninstall-hook: python-uninstall
if BUILD_MAN

View file

@ -19,10 +19,6 @@ YASM snapshots):
gas-bison.c
gas-bison.h
nasm-bison.c
nasm-bison.h
re2c-parser.c
re2c-parser.h
However, if you want to build these files from source, follow these step:
1) Install bison. This can be done in a number of ways, the easiest is
@ -33,9 +29,7 @@ However, if you want to build these files from source, follow these step:
you installed Bison to the list of directories.
3) For each of the .y files in the build, right click, select Properties,
and change the "Excluded From Build" setting to No. These files are:
re2c/Source Files/re2c-parser.y
modules/Source Files/gas-bison.y
modules/Source Files/nasm-bison.y
If you wish to build from the latest files in the subversion repository,
you will need to add these files from the latest snapshot to the repository

View file

@ -50,5 +50,4 @@ modules/objfmts/xdf/xdf-objfmt.c
modules/parsers/gas/gas-parser.c
modules/preprocs/nasm/nasm-pp.c
modules/preprocs/raw/raw-preproc.c
nasm-bison.c
nasm-token.c

View file

@ -39,6 +39,5 @@ splint \
src/parsers/nasm/nasm-parser.c \
src/preprocs/raw/raw-preproc.c \
src/optimizers/basic/basic-optimizer.c \
nasm-bison.c \
src/symrec.c \
src/hamt.c