mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
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:
parent
36a4a6c3a3
commit
42af0d898f
4 changed files with 1 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue