summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2006-12-24 21:18:01 +0000
committerPeter Johnson <peter@tortall.net>2006-12-24 21:18:01 +0000
commit42af0d898fcbfe949f20eee072e7793ed1a0bf3e (patch)
tree33380fc3fd0f69b2dc56adb366c3ba08a5d9e51c
parent36a4a6c3a302de569689c00ff0f87ecf144baa6b (diff)
downloadyasm-42af0d898fcbfe949f20eee072e7793ed1a0bf3e.tar.gz
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
-rw-r--r--Makefile.am2
-rw-r--r--Mkfiles/vc8/readme.vc8.txt6
-rw-r--r--po/POTFILES.in1
-rwxr-xr-xsplint.sh1
4 files changed, 1 insertions, 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