summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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