From 42af0d898fcbfe949f20eee072e7793ed1a0bf3e Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sun, 24 Dec 2006 21:18:01 +0000 Subject: [PATCH] Remove remaining references to nasm-bison.c/h. Noticed by: Sean Darcy Patch by: Charles Bailey Fix automake 1.10 error. Noticed/fix by: Sean Darcy svn path=/trunk/yasm/; revision=1719 --- Makefile.am | 2 +- Mkfiles/vc8/readme.vc8.txt | 6 ------ po/POTFILES.in | 1 - splint.sh | 1 - 4 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0bc3572e..96afe831 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/Mkfiles/vc8/readme.vc8.txt b/Mkfiles/vc8/readme.vc8.txt index 0b817a92..058397ed 100644 --- a/Mkfiles/vc8/readme.vc8.txt +++ b/Mkfiles/vc8/readme.vc8.txt @@ -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 diff --git a/po/POTFILES.in b/po/POTFILES.in index 20fbbb23..f0ee9f0b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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 diff --git a/splint.sh b/splint.sh index 7d817714..03d1867f 100755 --- a/splint.sh +++ b/splint.sh @@ -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